#A24E44

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

Shades of Roof Terracotta #A24E44

Tints of Roof Terracotta #A24E44

Color information

#A24E44 (or 0xA24E44) is unknown color: approx Roof Terracotta. HEX triplet: A2, 4E and 44. RGB value is (162,78,68). Sum of RGB (Red+Green+Blue) = 162+78+68=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24E44 is #5DB1BB. Grayscale: #666666. Windows color (decimal): -6140348 or 4476578. OLE color: 4476578.

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

Color convert

RGB1627868-
CMYK00.520.580.36
HSL6.38º40.87%45.1%-
HSV(B)6.38º58.02%63.53%-
XYZ18.6713.557.1-
YUV101.98108.83170.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.60%
GREEN value IS 78 (30.86% from 255) = 25.32%
BLUE value IS 68 (26.95% from 255) = 22.08%
R=52.60%
G=25.32%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162786800.520.580.366.3840.8745.1
HexA24E440343A246292d
Octal242116104064724465155
Binary10100010100111010001000110100111010100100110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24E44; }

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

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

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

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

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

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

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

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