#A24B40

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

Shades of Roof Terracotta #A24B40

Tints of Roof Terracotta #A24B40

Color information

#A24B40 (or 0xA24B40) is unknown color: approx Roof Terracotta. HEX triplet: A2, 4B and 40. RGB value is (162,75,64). Sum of RGB (Red+Green+Blue) = 162+75+64=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24B40 is #5DB4BF. Grayscale: #636363. Windows color (decimal): -6141120 or 4213666. OLE color: 4213666.

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

Color convert

RGB1627564-
CMYK00.540.600.36
HSL6.73º43.36%44.31%-
HSV(B)6.73º60.49%63.53%-
XYZ18.3413.086.41-
YUV99.76107.82172.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.82%
GREEN value IS 75 (29.69% from 255) = 24.92%
BLUE value IS 64 (25.39% from 255) = 21.26%
R=53.82%
G=24.92%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162756400.540.600.366.7343.3644.31
HexA24B400363C2472b2c
Octal242113100066744475354
Binary10100010100101110000000110110111100100100111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24B40; }

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

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

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

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

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

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

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

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