#A04F45

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

Shades of Roof Terracotta #A04F45

Tints of Roof Terracotta #A04F45

Color information

#A04F45 (or 0xA04F45) is unknown color: approx Roof Terracotta. HEX triplet: A0, 4F and 45. RGB value is (160,79,69). Sum of RGB (Red+Green+Blue) = 160+79+69=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04F45 is #5FB0BA. Grayscale: #666666. Windows color (decimal): -6271163 or 4542368. OLE color: 4542368.

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

Color convert

RGB1607969-
CMYK00.510.570.37
HSL6.59º39.74%44.9%-
HSV(B)6.59º56.88%62.75%-
XYZ18.3713.57.27-
YUV102.08109.34169.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.95%
GREEN value IS 79 (31.25% from 255) = 25.65%
BLUE value IS 69 (27.34% from 255) = 22.40%
R=51.95%
G=25.65%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160796900.510.570.376.5939.7444.9
HexA04F4503339257282d
Octal240117105063714575055
Binary10100000100111110001010110011111001100101111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04F45; }

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

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

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

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

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

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

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

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