#A14240

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

Shades of Roof Terracotta #A14240

Tints of Roof Terracotta #A14240

Color information

#A14240 (or 0xA14240) is unknown color: approx Roof Terracotta. HEX triplet: A1, 42 and 40. RGB value is (161,66,64). Sum of RGB (Red+Green+Blue) = 161+66+64=291 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.33% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 161 - color contains mainly: red. Hex color #A14240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14240 is #5EBDBF. Grayscale: #5E5E5E. Windows color (decimal): -6208960 or 4211361. OLE color: 4211361.

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

Color convert

RGB1616664-
CMYK00.590.600.37
HSL1.24º43.11%44.12%-
HSV(B)1.24º60.25%63.14%-
XYZ17.5711.846.21-
YUV94.18110.97175.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.33%
GREEN value IS 66 (26.17% from 255) = 22.68%
BLUE value IS 64 (25.39% from 255) = 21.99%
R=55.33%
G=22.68%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161666400.590.600.371.2443.1144.12
HexA1424003B3C2512b2c
Octal241102100073744515354
Binary101000011000010100000001110111111001001011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14240; }

 p { color: rgb(161,66,64); }

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

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

 a { background-color: rgb(161,66,64); }

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

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

 span { border-color: rgb(161,66,64); }

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