#A24847

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

Shades of Roof Terracotta #A24847

Tints of Roof Terracotta #A24847

Color information

#A24847 (or 0xA24847) is unknown color: approx Roof Terracotta. HEX triplet: A2, 48 and 47. RGB value is (162,72,71). Sum of RGB (Red+Green+Blue) = 162+72+71=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A24847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24847 is #5DB7B8. Grayscale: #626262. Windows color (decimal): -6141881 or 4671650. OLE color: 4671650.

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

Color convert

RGB1627271-
CMYK00.560.560.36
HSL0.66º39.06%45.69%-
HSV(B)0.66º56.17%63.53%-
XYZ18.3512.777.46-
YUV98.8112.32173.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.11%
GREEN value IS 72 (28.52% from 255) = 23.61%
BLUE value IS 71 (28.12% from 255) = 23.28%
R=53.11%
G=23.61%
B=23.28%

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
Decimal162727100.560.560.360.6639.0645.69
HexA2484703838241272e
Octal242110107070704414756
Binary101000101001000100011101110001110001001001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24847; }

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

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

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

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

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

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

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

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