#A24540

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

Shades of Roof Terracotta #A24540

Tints of Roof Terracotta #A24540

Color information

#A24540 (or 0xA24540) is unknown color: approx Roof Terracotta. HEX triplet: A2, 45 and 40. RGB value is (162,69,64). Sum of RGB (Red+Green+Blue) = 162+69+64=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A24540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24540 is #5DBABF. Grayscale: #606060. Windows color (decimal): -6142656 or 4212130. OLE color: 4212130.

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

Color convert

RGB1626964-
CMYK00.570.600.36
HSL3.06º43.36%44.31%-
HSV(B)3.06º60.49%63.53%-
XYZ17.9512.316.28-
YUV96.24109.81174.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.92%
GREEN value IS 69 (27.34% from 255) = 23.39%
BLUE value IS 64 (25.39% from 255) = 21.69%
R=54.92%
G=23.39%
B=21.69%

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
Decimal162696400.570.600.363.0643.3644.31
HexA245400393C2432b2c
Octal242105100071744435354
Binary1010001010001011000000011100111110010010011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24540; }

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

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

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

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

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

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

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

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