#A0614E

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

Shades of Au Chico #A0614E

Tints of Au Chico #A0614E

Color information

#A0614E (or 0xA0614E) is unknown color: approx Au Chico. HEX triplet: A0, 61 and 4E. RGB value is (160,97,78). Sum of RGB (Red+Green+Blue) = 160+97+78=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A0614E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0614E is #5F9EB1. Grayscale: #717171. Windows color (decimal): -6266546 or 5136800. OLE color: 5136800.

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

Color convert

RGB1609778-
CMYK00.390.510.37
HSL13.9º34.45%46.67%-
HSV(B)13.9º51.25%62.75%-
XYZ20.1516.579.34-
YUV113.67107.87161.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.76%
GREEN value IS 97 (38.28% from 255) = 28.96%
BLUE value IS 78 (30.86% from 255) = 23.28%
R=47.76%
G=28.96%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160977800.390.510.3713.934.4546.67
HexA0614E0273325e222f
Octal2401411160476345164257
Binary101000001100001100111001001111100111001011110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0614E; }

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

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

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

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

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

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

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

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