#A04C44

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

Shades of Roof Terracotta #A04C44

Tints of Roof Terracotta #A04C44

Color information

#A04C44 (or 0xA04C44) is unknown color: approx Roof Terracotta. HEX triplet: A0, 4C and 44. RGB value is (160,76,68). Sum of RGB (Red+Green+Blue) = 160+76+68=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04C44 is #5FB3BB. Grayscale: #646464. Windows color (decimal): -6271932 or 4476064. OLE color: 4476064.

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

Color convert

RGB1607668-
CMYK00.520.570.37
HSL5.22º40.35%44.71%-
HSV(B)5.22º57.5%62.75%-
XYZ18.1313.067.03-
YUV100.2109.83170.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.63%
GREEN value IS 76 (30.08% from 255) = 25%
BLUE value IS 68 (26.95% from 255) = 22.37%
R=52.63%
G=25%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160766800.520.570.375.2240.3544.71
HexA04C4403439255282d
Octal240114104064714555055
Binary10100000100110010001000110100111001100101101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04C44; }

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

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

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

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

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

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

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

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