#A24747

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

Shades of Roof Terracotta #A24747

Tints of Roof Terracotta #A24747

Color information

#A24747 (or 0xA24747) is unknown color: approx Roof Terracotta. HEX triplet: A2, 47 and 47. RGB value is (162,71,71). Sum of RGB (Red+Green+Blue) = 162+71+71=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A24747 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24747 is #5DB8B8. Grayscale: #626262. Windows color (decimal): -6142137 or 4671394. OLE color: 4671394.

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

Color convert

RGB1627171-
CMYK00.560.560.36
HSL39.06%45.69%-
HSV(B)56.17%63.53%-
XYZ18.2912.647.44-
YUV98.21112.65173.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.29%
GREEN value IS 71 (28.12% from 255) = 23.36%
BLUE value IS 71 (28.12% from 255) = 23.36%
R=53.29%
G=23.36%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162717100.560.560.36039.0645.69
HexA2474703838240272e
Octal242107107070704404756
Binary101000101000111100011101110001110001001000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24747; }

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

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

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

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

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

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

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

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