#A14E49

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

Shades of Roof Terracotta #A14E49

Tints of Roof Terracotta #A14E49

Color information

#A14E49 (or 0xA14E49) is unknown color: approx Roof Terracotta. HEX triplet: A1, 4E and 49. RGB value is (161,78,73). Sum of RGB (Red+Green+Blue) = 161+78+73=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14E49 is #5EB1B6. Grayscale: #666666. Windows color (decimal): -6205879 or 4804257. OLE color: 4804257.

HSL color Cylindrical-coordinate representation of color #A14E49: hue angle of 3.41º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A14E49 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB1617873-
CMYK00.520.550.37
HSL3.41º37.61%45.88%-
HSV(B)3.41º54.66%63.14%-
XYZ18.6213.517.93-
YUV102.25111.5169.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.60%
GREEN value IS 78 (30.86% from 255) = 25%
BLUE value IS 73 (28.91% from 255) = 23.40%
R=51.60%
G=25%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161787300.520.550.373.4137.6145.88
HexA14E4903437253262e
Octal241116111064674534656
Binary1010000110011101001001011010011011110010111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14E49; }

 p { color: rgb(161,78,73); }

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

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

 a { background-color: rgb(161,78,73); }

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

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

 span { border-color: rgb(161,78,73); }

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