#A24D40

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

Shades of Roof Terracotta #A24D40

Tints of Roof Terracotta #A24D40

Color information

#A24D40 (or 0xA24D40) is unknown color: approx Roof Terracotta. HEX triplet: A2, 4D and 40. RGB value is (162,77,64). Sum of RGB (Red+Green+Blue) = 162+77+64=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24D40 is #5DB2BF. Grayscale: #656565. Windows color (decimal): -6140608 or 4214178. OLE color: 4214178.

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

Color convert

RGB1627764-
CMYK00.520.600.36
HSL7.96º43.36%44.31%-
HSV(B)7.96º60.49%63.53%-
XYZ18.4813.366.46-
YUV100.93107.16171.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.47%
GREEN value IS 77 (30.47% from 255) = 25.41%
BLUE value IS 64 (25.39% from 255) = 21.12%
R=53.47%
G=25.41%
B=21.12%

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
Decimal162776400.520.600.367.9643.3644.31
HexA24D400343C2482b2c
Octal2421151000647444105354
Binary101000101001101100000001101001111001001001000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24D40; }

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

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

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

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

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

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

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

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