#A94541

Color #A94541 Roof Terracotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roof Terracotta #A94541

Tints of Roof Terracotta #A94541

Color information

#A94541 (or 0xA94541) is unknown color: approx Roof Terracotta. HEX triplet: A9, 45 and 41. RGB value is (169,69,65). Sum of RGB (Red+Green+Blue) = 169+69+65=303 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.78% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 169 - color contains mainly: red. Hex color #A94541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94541 is #56BABE. Grayscale: #626262. Windows color (decimal): -5683903 or 4277673. OLE color: 4277673.

HSL color Cylindrical-coordinate representation of color #A94541: hue angle of 2.31º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A94541 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB1696965-
CMYK00.590.620.34
HSL2.31º44.44%45.88%-
HSV(B)2.31º61.54%66.27%-
XYZ19.4413.076.5-
YUV98.44109.13178.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 55.78%
GREEN value IS 69 (27.34% from 255) = 22.77%
BLUE value IS 65 (25.78% from 255) = 21.45%
R=55.78%
G=22.77%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169696500.590.620.342.3144.4445.88
HexA9454103B3E2222c2e
Octal251105101073764225456
Binary1010100110001011000001011101111111010001010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94541; }

 p { color: rgb(169,69,65); }

 H1.HeaderClassName
 {
   color: #A94541;
 }
 .AnyTagClassName
 {
   color: #A94541;
 }
</style>
background-color css

<style>
 a { background-color: #A94541; }

 a { background-color: rgb(169,69,65); }

 div.DivClassName
 {
   background-color: #A94541;
 }
 .BgClassName
 {
   background-color: #A94541;
 }
</style>
border-color css

<style>
 span { border-color: #A94541; }

 span { border-color: rgb(169,69,65); }

 td.TdClassName
 {
   border-color: #A94541;
 }
 .TagClassName
 {
   border-color: #A94541;
 }
</style>