#A24D48

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

Shades of Roof Terracotta #A24D48

Tints of Roof Terracotta #A24D48

Color information

#A24D48 (or 0xA24D48) is unknown color: approx Roof Terracotta. HEX triplet: A2, 4D and 48. RGB value is (162,77,72). Sum of RGB (Red+Green+Blue) = 162+77+72=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24D48 is #5DB2B7. Grayscale: #656565. Windows color (decimal): -6140600 or 4738466. OLE color: 4738466.

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

Color convert

RGB1627772-
CMYK00.520.560.36
HSL3.33º38.46%45.88%-
HSV(B)3.33º55.56%63.53%-
XYZ18.7213.467.74-
YUV101.84111.16170.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.09%
GREEN value IS 77 (30.47% from 255) = 24.76%
BLUE value IS 72 (28.52% from 255) = 23.15%
R=52.09%
G=24.76%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162777200.520.560.363.3338.4645.88
HexA24D4803438243262e
Octal242115110064704434656
Binary1010001010011011001000011010011100010010011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24D48; }

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

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

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

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

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

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

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

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