#A1614E

Color #A1614E Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #A1614E

Tints of Au Chico #A1614E

Color information

#A1614E (or 0xA1614E) is unknown color: approx Au Chico. HEX triplet: A1, 61 and 4E. RGB value is (161,97,78). Sum of RGB (Red+Green+Blue) = 161+97+78=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A1614E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1614E is #5E9EB1. Grayscale: #727272. Windows color (decimal): -6201010 or 5136801. OLE color: 5136801.

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

Color convert

RGB1619778-
CMYK00.400.520.37
HSL13.73º34.73%46.86%-
HSV(B)13.73º51.55%63.14%-
XYZ20.3516.689.35-
YUV113.97107.7161.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.92%
GREEN value IS 97 (38.28% from 255) = 28.87%
BLUE value IS 78 (30.86% from 255) = 23.21%
R=47.92%
G=28.87%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161977800.400.520.3713.7334.7346.86
HexA1614E0283425e232f
Octal2411411160506445164357
Binary101000011100001100111001010001101001001011110100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1614E; }

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

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

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

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

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

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

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

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