#A24640

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

Shades of Roof Terracotta #A24640

Tints of Roof Terracotta #A24640

Color information

#A24640 (or 0xA24640) is unknown color: approx Roof Terracotta. HEX triplet: A2, 46 and 40. RGB value is (162,70,64). Sum of RGB (Red+Green+Blue) = 162+70+64=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A24640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24640 is #5DB9BF. Grayscale: #606060. Windows color (decimal): -6142400 or 4212386. OLE color: 4212386.

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

Color convert

RGB1627064-
CMYK00.570.600.36
HSL3.67º43.36%44.31%-
HSV(B)3.67º60.49%63.53%-
XYZ18.0212.436.3-
YUV96.82109.48174.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.73%
GREEN value IS 70 (27.73% from 255) = 23.65%
BLUE value IS 64 (25.39% from 255) = 21.62%
R=54.73%
G=23.65%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162706400.570.600.363.6743.3644.31
HexA246400393C2442b2c
Octal242106100071744445354
Binary10100010100011010000000111001111100100100100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24640; }

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

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

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

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

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

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

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

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