#A24646

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

Shades of Roof Terracotta #A24646

Tints of Roof Terracotta #A24646

Color information

#A24646 (or 0xA24646) is unknown color: approx Roof Terracotta. HEX triplet: A2, 46 and 46. RGB value is (162,70,70). Sum of RGB (Red+Green+Blue) = 162+70+70=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A24646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24646 is #5DB9B9. Grayscale: #616161. Windows color (decimal): -6142394 or 4605602. OLE color: 4605602.

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

Color convert

RGB1627070-
CMYK00.570.570.36
HSL39.66%45.49%-
HSV(B)56.79%63.53%-
XYZ18.212.57.25-
YUV97.51112.48174-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.64%
GREEN value IS 70 (27.73% from 255) = 23.18%
BLUE value IS 70 (27.73% from 255) = 23.18%
R=53.64%
G=23.18%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162707000.570.570.36039.6645.49
HexA2464603939240282d
Octal242106106071714405055
Binary101000101000110100011001110011110011001000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24646; }

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

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

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

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

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

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

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

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