#A04C42

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

Shades of Roof Terracotta #A04C42

Tints of Roof Terracotta #A04C42

Color information

#A04C42 (or 0xA04C42) is unknown color: approx Roof Terracotta. HEX triplet: A0, 4C and 42. RGB value is (160,76,66). Sum of RGB (Red+Green+Blue) = 160+76+66=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04C42 is #5FB3BD. Grayscale: #646464. Windows color (decimal): -6271934 or 4344992. OLE color: 4344992.

HSL color Cylindrical-coordinate representation of color #A04C42: hue angle of 6.38º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A04C42 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB1607666-
CMYK00.520.590.37
HSL6.38º41.59%44.31%-
HSV(B)6.38º58.75%62.75%-
XYZ18.0713.046.72-
YUV99.98108.83170.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.98%
GREEN value IS 76 (30.08% from 255) = 25.17%
BLUE value IS 66 (26.17% from 255) = 21.85%
R=52.98%
G=25.17%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160766600.520.590.376.3841.5944.31
HexA04C420343B2562a2c
Octal240114102064734565254
Binary10100000100110010000100110100111011100101110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04C42; }

 p { color: rgb(160,76,66); }

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

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

 a { background-color: rgb(160,76,66); }

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

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

 span { border-color: rgb(160,76,66); }

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