#A24240

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

Shades of Roof Terracotta #A24240

Tints of Roof Terracotta #A24240

Color information

#A24240 (or 0xA24240) is unknown color: approx Roof Terracotta. HEX triplet: A2, 42 and 40. RGB value is (162,66,64). Sum of RGB (Red+Green+Blue) = 162+66+64=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A24240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24240 is #5DBDBF. Grayscale: #5E5E5E. Windows color (decimal): -6143424 or 4211362. OLE color: 4211362.

HSL color Cylindrical-coordinate representation of color #A24240: hue angle of 1.22º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A24240 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB1626664-
CMYK00.590.600.36
HSL1.22º43.36%44.31%-
HSV(B)1.22º60.49%63.53%-
XYZ17.7711.956.22-
YUV94.48110.8176.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.48%
GREEN value IS 66 (26.17% from 255) = 22.60%
BLUE value IS 64 (25.39% from 255) = 21.92%
R=55.48%
G=22.60%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162666400.590.600.361.2243.3644.31
HexA2424003B3C2412b2c
Octal242102100073744415354
Binary101000101000010100000001110111111001001001101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24240; }

 p { color: rgb(162,66,64); }

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

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

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

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

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

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

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