#A14140

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

Shades of Roof Terracotta #A14140

Tints of Roof Terracotta #A14140

Color information

#A14140 (or 0xA14140) is unknown color: approx Roof Terracotta. HEX triplet: A1, 41 and 40. RGB value is (161,65,64). Sum of RGB (Red+Green+Blue) = 161+65+64=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A14140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14140 is #5EBEBF. Grayscale: #5D5D5D. Windows color (decimal): -6209216 or 4211105. OLE color: 4211105.

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

Color convert

RGB1616564-
CMYK00.600.600.37
HSL0.62º43.11%44.12%-
HSV(B)0.62º60.25%63.14%-
XYZ17.5111.736.19-
YUV93.59111.3176.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.52%
GREEN value IS 65 (25.78% from 255) = 22.41%
BLUE value IS 64 (25.39% from 255) = 22.07%
R=55.52%
G=22.41%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161656400.600.600.370.6243.1144.12
HexA1414003C3C2512b2c
Octal241101100074744515354
Binary101000011000001100000001111001111001001011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14140; }

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

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

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

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

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

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

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

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