#A24842

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

Shades of Roof Terracotta #A24842

Tints of Roof Terracotta #A24842

Color information

#A24842 (or 0xA24842) is unknown color: approx Roof Terracotta. HEX triplet: A2, 48 and 42. RGB value is (162,72,66). Sum of RGB (Red+Green+Blue) = 162+72+66=300 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 162 - color contains mainly: red. Hex color #A24842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24842 is #5DB7BD. Grayscale: #626262. Windows color (decimal): -6141886 or 4343970. OLE color: 4343970.

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

Color convert

RGB1627266-
CMYK00.560.590.36
HSL3.75º42.11%44.71%-
HSV(B)3.75º59.26%63.53%-
XYZ18.212.716.65-
YUV98.23109.82173.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54%
GREEN value IS 72 (28.52% from 255) = 24%
BLUE value IS 66 (26.17% from 255) = 22%
R=54%
G=24%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162726600.560.590.363.7542.1144.71
HexA248420383B2442a2d
Octal242110102070734445255
Binary10100010100100010000100111000111011100100100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24842; }

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

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

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

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

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

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

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

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