#A04C45

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

Shades of Roof Terracotta #A04C45

Tints of Roof Terracotta #A04C45

Color information

#A04C45 (or 0xA04C45) is unknown color: approx Roof Terracotta. HEX triplet: A0, 4C and 45. RGB value is (160,76,69). Sum of RGB (Red+Green+Blue) = 160+76+69=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04C45 is #5FB3BA. Grayscale: #646464. Windows color (decimal): -6271931 or 4541600. OLE color: 4541600.

HSL color Cylindrical-coordinate representation of color #A04C45: hue angle of 4.62º 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 #A04C45 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB1607669-
CMYK00.520.570.37
HSL4.62º39.74%44.9%-
HSV(B)4.62º56.88%62.75%-
XYZ18.1613.077.2-
YUV100.32110.33170.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.46%
GREEN value IS 76 (30.08% from 255) = 24.92%
BLUE value IS 69 (27.34% from 255) = 22.62%
R=52.46%
G=24.92%
B=22.62%

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
Decimal160766900.520.570.374.6239.7444.9
HexA04C4503439255282d
Octal240114105064714555055
Binary10100000100110010001010110100111001100101101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04C45; }

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

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

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

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

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

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

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

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