#A06556

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

Shades of Au Chico #A06556

Tints of Au Chico #A06556

Color information

#A06556 (or 0xA06556) is unknown color: approx Au Chico. HEX triplet: A0, 65 and 56. RGB value is (160,101,86). Sum of RGB (Red+Green+Blue) = 160+101+86=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A06556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06556 is #5F9AA9. Grayscale: #757575. Windows color (decimal): -6265514 or 5662112. OLE color: 5662112.

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

Color convert

RGB16010186-
CMYK00.370.460.37
HSL12.16º30.08%48.24%-
HSV(B)12.16º46.25%62.75%-
XYZ20.8317.4511.07-
YUV116.93110.55158.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.11%
GREEN value IS 101 (39.84% from 255) = 29.11%
BLUE value IS 86 (33.98% from 255) = 24.78%
R=46.11%
G=29.11%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601018600.370.460.3712.1630.0848.24
HexA065560252E25c1e30
Octal2401451260455645143660
Binary10100000110010110101100100101101110100101110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06556; }

 p { color: rgb(160,101,86); }

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

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

 a { background-color: rgb(160,101,86); }

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

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

 span { border-color: rgb(160,101,86); }

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