#A14E48

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

Shades of Roof Terracotta #A14E48

Tints of Roof Terracotta #A14E48

Color information

#A14E48 (or 0xA14E48) is unknown color: approx Roof Terracotta. HEX triplet: A1, 4E and 48. RGB value is (161,78,72). Sum of RGB (Red+Green+Blue) = 161+78+72=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14E48 is #5EB1B7. Grayscale: #666666. Windows color (decimal): -6205880 or 4738721. OLE color: 4738721.

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

Color convert

RGB1617872-
CMYK00.520.550.37
HSL4.04º38.2%45.69%-
HSV(B)4.04º55.28%63.14%-
XYZ18.5913.497.76-
YUV102.13111169.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.77%
GREEN value IS 78 (30.86% from 255) = 25.08%
BLUE value IS 72 (28.52% from 255) = 23.15%
R=51.77%
G=25.08%
B=23.15%

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
Decimal161787200.520.550.374.0438.245.69
HexA14E4803437254262e
Octal241116110064674544656
Binary10100001100111010010000110100110111100101100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14E48; }

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

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

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

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

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

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

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

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