#A24D4C

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

Shades of Roof Terracotta #A24D4C

Tints of Roof Terracotta #A24D4C

Color information

#A24D4C (or 0xA24D4C) is unknown color: approx Roof Terracotta. HEX triplet: A2, 4D and 4C. RGB value is (162,77,76). Sum of RGB (Red+Green+Blue) = 162+77+76=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24D4C is #5DB2B3. Grayscale: #666666. Windows color (decimal): -6140596 or 5000610. OLE color: 5000610.

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

Color convert

RGB1627776-
CMYK00.520.530.36
HSL0.7º36.13%46.67%-
HSV(B)0.7º53.09%63.53%-
XYZ18.8613.518.45-
YUV102.3113.16170.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.43%
GREEN value IS 77 (30.47% from 255) = 24.44%
BLUE value IS 76 (30.08% from 255) = 24.13%
R=51.43%
G=24.44%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162777600.520.530.360.736.1346.67
HexA24D4C03435241242f
Octal242115114064654414457
Binary101000101001101100110001101001101011001001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24D4C; }

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

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

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

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

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

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

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

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