#A24E40

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

Shades of Roof Terracotta #A24E40

Tints of Roof Terracotta #A24E40

Color information

#A24E40 (or 0xA24E40) is unknown color: approx Roof Terracotta. HEX triplet: A2, 4E and 40. RGB value is (162,78,64). Sum of RGB (Red+Green+Blue) = 162+78+64=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24E40 is #5DB1BF. Grayscale: #656565. Windows color (decimal): -6140352 or 4214434. OLE color: 4214434.

HSL color Cylindrical-coordinate representation of color #A24E40: hue angle of 8.57º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A24E40 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB1627864-
CMYK00.520.600.36
HSL8.57º43.36%44.31%-
HSV(B)8.57º60.49%63.53%-
XYZ18.5513.56.48-
YUV101.52106.83171.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.29%
GREEN value IS 78 (30.86% from 255) = 25.66%
BLUE value IS 64 (25.39% from 255) = 21.05%
R=53.29%
G=25.66%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162786400.520.600.368.5743.3644.31
HexA24E400343C2492b2c
Octal2421161000647444115354
Binary101000101001110100000001101001111001001001001101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24E40; }

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

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

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

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

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

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

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

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