#A04E45

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

Shades of Roof Terracotta #A04E45

Tints of Roof Terracotta #A04E45

Color information

#A04E45 (or 0xA04E45) is unknown color: approx Roof Terracotta. HEX triplet: A0, 4E and 45. RGB value is (160,78,69). Sum of RGB (Red+Green+Blue) = 160+78+69=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04E45 is #5FB1BA. Grayscale: #656565. Windows color (decimal): -6271419 or 4542112. OLE color: 4542112.

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

Color convert

RGB1607869-
CMYK00.510.570.37
HSL5.93º39.74%44.9%-
HSV(B)5.93º56.88%62.75%-
XYZ18.313.357.24-
YUV101.49109.67169.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.12%
GREEN value IS 78 (30.86% from 255) = 25.41%
BLUE value IS 69 (27.34% from 255) = 22.48%
R=52.12%
G=25.41%
B=22.48%

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
Decimal160786900.510.570.375.9339.7444.9
HexA04E4503339256282d
Octal240116105063714565055
Binary10100000100111010001010110011111001100101110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04E45; }

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

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

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

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

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

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

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

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