#A24944

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

Shades of Roof Terracotta #A24944

Tints of Roof Terracotta #A24944

Color information

#A24944 (or 0xA24944) is unknown color: approx Roof Terracotta. HEX triplet: A2, 49 and 44. RGB value is (162,73,68). Sum of RGB (Red+Green+Blue) = 162+73+68=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A24944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24944 is #5DB6BB. Grayscale: #636363. Windows color (decimal): -6141628 or 4475298. OLE color: 4475298.

HSL color Cylindrical-coordinate representation of color #A24944: hue angle of 3.19º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A24944 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB1627368-
CMYK00.550.580.36
HSL3.19º40.87%45.1%-
HSV(B)3.19º58.02%63.53%-
XYZ18.3312.866.99-
YUV99.04110.49172.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.47%
GREEN value IS 73 (28.91% from 255) = 24.09%
BLUE value IS 68 (26.95% from 255) = 22.44%
R=53.47%
G=24.09%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162736800.550.580.363.1940.8745.1
HexA249440373A243292d
Octal242111104067724435155
Binary1010001010010011000100011011111101010010011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24944; }

 p { color: rgb(162,73,68); }

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

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

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

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

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

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

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