#A24140

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

Shades of Roof Terracotta #A24140

Tints of Roof Terracotta #A24140

Color information

#A24140 (or 0xA24140) is unknown color: approx Roof Terracotta. HEX triplet: A2, 41 and 40. RGB value is (162,65,64). Sum of RGB (Red+Green+Blue) = 162+65+64=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A24140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24140 is #5DBEBF. Grayscale: #5D5D5D. Windows color (decimal): -6143680 or 4211106. OLE color: 4211106.

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

Color convert

RGB1626564-
CMYK00.600.600.36
HSL0.61º43.36%44.31%-
HSV(B)0.61º60.49%63.53%-
XYZ17.7211.836.2-
YUV93.89111.14176.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.67%
GREEN value IS 65 (25.78% from 255) = 22.34%
BLUE value IS 64 (25.39% from 255) = 21.99%
R=55.67%
G=22.34%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162656400.600.600.360.6143.3644.31
HexA2414003C3C2412b2c
Octal242101100074744415354
Binary101000101000001100000001111001111001001001101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24140; }

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

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

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

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

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

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

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

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