#A24B42

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

Shades of Roof Terracotta #A24B42

Tints of Roof Terracotta #A24B42

Color information

#A24B42 (or 0xA24B42) is unknown color: approx Roof Terracotta. HEX triplet: A2, 4B and 42. RGB value is (162,75,66). Sum of RGB (Red+Green+Blue) = 162+75+66=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24B42 is #5DB4BD. Grayscale: #646464. Windows color (decimal): -6141118 or 4344738. OLE color: 4344738.

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

Color convert

RGB1627566-
CMYK00.540.590.36
HSL5.63º42.11%44.71%-
HSV(B)5.63º59.26%63.53%-
XYZ18.413.116.71-
YUV99.99108.82172.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.47%
GREEN value IS 75 (29.69% from 255) = 24.75%
BLUE value IS 66 (26.17% from 255) = 21.78%
R=53.47%
G=24.75%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162756600.540.590.365.6342.1144.71
HexA24B420363B2462a2d
Octal242113102066734465255
Binary10100010100101110000100110110111011100100110101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24B42; }

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

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

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

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

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

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

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

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