#A24746

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

Shades of Roof Terracotta #A24746

Tints of Roof Terracotta #A24746

Color information

#A24746 (or 0xA24746) is unknown color: approx Roof Terracotta. HEX triplet: A2, 47 and 46. RGB value is (162,71,70). Sum of RGB (Red+Green+Blue) = 162+71+70=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A24746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24746 is #5DB8B9. Grayscale: #626262. Windows color (decimal): -6142138 or 4605858. OLE color: 4605858.

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

Color convert

RGB1627170-
CMYK00.560.570.36
HSL0.65º39.66%45.49%-
HSV(B)0.65º56.79%63.53%-
XYZ18.2612.637.27-
YUV98.1112.15173.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.47%
GREEN value IS 71 (28.12% from 255) = 23.43%
BLUE value IS 70 (27.73% from 255) = 23.10%
R=53.47%
G=23.43%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162717000.560.570.360.6539.6645.49
HexA2474603839241282d
Octal242107106070714415055
Binary101000101000111100011001110001110011001001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24746; }

 p { color: rgb(162,71,70); }

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

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

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

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

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

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

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