#A24E45

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

Shades of Roof Terracotta #A24E45

Tints of Roof Terracotta #A24E45

Color information

#A24E45 (or 0xA24E45) is unknown color: approx Roof Terracotta. HEX triplet: A2, 4E and 45. RGB value is (162,78,69). Sum of RGB (Red+Green+Blue) = 162+78+69=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24E45 is #5DB1BA. Grayscale: #666666. Windows color (decimal): -6140347 or 4542114. OLE color: 4542114.

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

Color convert

RGB1627869-
CMYK00.520.570.36
HSL5.81º40.26%45.29%-
HSV(B)5.81º57.41%63.53%-
XYZ18.713.567.26-
YUV102.09109.33170.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.43%
GREEN value IS 78 (30.86% from 255) = 25.24%
BLUE value IS 69 (27.34% from 255) = 22.33%
R=52.43%
G=25.24%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162786900.520.570.365.8140.2645.29
HexA24E4503439246282d
Octal242116105064714465055
Binary10100010100111010001010110100111001100100110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24E45; }

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

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

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

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

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

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

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

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