#A24C4C

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

Shades of Roof Terracotta #A24C4C

Tints of Roof Terracotta #A24C4C

Color information

#A24C4C (or 0xA24C4C) is unknown color: approx Roof Terracotta. HEX triplet: A2, 4C and 4C. RGB value is (162,76,76). Sum of RGB (Red+Green+Blue) = 162+76+76=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24C4C is #5DB3B3. Grayscale: #656565. Windows color (decimal): -6140852 or 5000354. OLE color: 5000354.

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

Color convert

RGB1627676-
CMYK00.530.530.36
HSL36.13%46.67%-
HSV(B)53.09%63.53%-
XYZ18.7913.378.43-
YUV101.71113.49171-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.59%
GREEN value IS 76 (30.08% from 255) = 24.20%
BLUE value IS 76 (30.08% from 255) = 24.20%
R=51.59%
G=24.20%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162767600.530.530.36036.1346.67
HexA24C4C03535240242f
Octal242114114065654404457
Binary101000101001100100110001101011101011001000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24C4C; }

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

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

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

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

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

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

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

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