#A94A42

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

Shades of Roof Terracotta #A94A42

Tints of Roof Terracotta #A94A42

Color information

#A94A42 (or 0xA94A42) is unknown color: approx Roof Terracotta. HEX triplet: A9, 4A and 42. RGB value is (169,74,66). Sum of RGB (Red+Green+Blue) = 169+74+66=309 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.69% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94A42 is #56B5BD. Grayscale: #656565. Windows color (decimal): -5682622 or 4344489. OLE color: 4344489.

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

Color convert

RGB1697466-
CMYK00.560.610.34
HSL4.66º43.83%46.08%-
HSV(B)4.66º60.95%66.27%-
XYZ19.7913.736.76-
YUV101.49107.97176.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.69%
GREEN value IS 74 (29.30% from 255) = 23.95%
BLUE value IS 66 (26.17% from 255) = 21.36%
R=54.69%
G=23.95%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169746600.560.610.344.6643.8346.08
HexA94A420383D2252c2e
Octal251112102070754255456
Binary10101001100101010000100111000111101100010101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94A42; }

 p { color: rgb(169,74,66); }

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

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

 a { background-color: rgb(169,74,66); }

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

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

 span { border-color: rgb(169,74,66); }

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