#A24542

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

Shades of Roof Terracotta #A24542

Tints of Roof Terracotta #A24542

Color information

#A24542 (or 0xA24542) is unknown color: approx Roof Terracotta. HEX triplet: A2, 45 and 42. RGB value is (162,69,66). Sum of RGB (Red+Green+Blue) = 162+69+66=297 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.55% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 162 - color contains mainly: red. Hex color #A24542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24542 is #5DBABD. Grayscale: #606060. Windows color (decimal): -6142654 or 4343202. OLE color: 4343202.

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

Color convert

RGB1626966-
CMYK00.570.590.36
HSL1.88º42.11%44.71%-
HSV(B)1.88º59.26%63.53%-
XYZ18.0112.336.59-
YUV96.46110.81174.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.55%
GREEN value IS 69 (27.34% from 255) = 23.23%
BLUE value IS 66 (26.17% from 255) = 22.22%
R=54.55%
G=23.23%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162696600.570.590.361.8842.1144.71
HexA245420393B2422a2d
Octal242105102071734425255
Binary1010001010001011000010011100111101110010010101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24542; }

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

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

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

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

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

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

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

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