#A24D47

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

Shades of Roof Terracotta #A24D47

Tints of Roof Terracotta #A24D47

Color information

#A24D47 (or 0xA24D47) is unknown color: approx Roof Terracotta. HEX triplet: A2, 4D and 47. RGB value is (162,77,71). Sum of RGB (Red+Green+Blue) = 162+77+71=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24D47 is #5DB2B8. Grayscale: #656565. Windows color (decimal): -6140601 or 4672930. OLE color: 4672930.

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

Color convert

RGB1627771-
CMYK00.520.560.36
HSL3.96º39.06%45.69%-
HSV(B)3.96º56.17%63.53%-
XYZ18.6913.447.57-
YUV101.73110.66170.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.26%
GREEN value IS 77 (30.47% from 255) = 24.84%
BLUE value IS 71 (28.12% from 255) = 22.90%
R=52.26%
G=24.84%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162777100.520.560.363.9639.0645.69
HexA24D4703438244272e
Octal242115107064704444756
Binary10100010100110110001110110100111000100100100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24D47; }

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

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

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

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

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

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

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

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