#A24242

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

Shades of Roof Terracotta #A24242

Tints of Roof Terracotta #A24242

Color information

#A24242 (or 0xA24242) is unknown color: approx Roof Terracotta. HEX triplet: A2, 42 and 42. RGB value is (162,66,66). Sum of RGB (Red+Green+Blue) = 162+66+66=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A24242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24242 is #5DBDBD. Grayscale: #5E5E5E. Windows color (decimal): -6143422 or 4342434. OLE color: 4342434.

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

Color convert

RGB1626666-
CMYK00.590.590.36
HSL42.11%44.71%-
HSV(B)59.26%63.53%-
XYZ17.8311.976.53-
YUV94.7111.8176-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.10%
GREEN value IS 66 (26.17% from 255) = 22.45%
BLUE value IS 66 (26.17% from 255) = 22.45%
R=55.10%
G=22.45%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162666600.590.590.36042.1144.71
HexA2424203B3B2402a2d
Octal242102102073734405255
Binary101000101000010100001001110111110111001000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24242; }

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

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

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

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

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

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

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

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