#A86556

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

Shades of Au Chico #A86556

Tints of Au Chico #A86556

Color information

#A86556 (or 0xA86556) is unknown color: approx Au Chico. HEX triplet: A8, 65 and 56. RGB value is (168,101,86). Sum of RGB (Red+Green+Blue) = 168+101+86=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 168 - color contains mainly: red. Hex color #A86556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86556 is #579AA9. Grayscale: #777777. Windows color (decimal): -5741226 or 5662120. OLE color: 5662120.

HSL color Cylindrical-coordinate representation of color #A86556: hue angle of 10.98º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A86556 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB16810186-
CMYK00.400.490.34
HSL10.98º32.28%49.8%-
HSV(B)10.98º48.81%65.88%-
XYZ22.4818.311.15-
YUV119.32109.2162.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.32%
GREEN value IS 101 (39.84% from 255) = 28.45%
BLUE value IS 86 (33.98% from 255) = 24.23%
R=47.32%
G=28.45%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681018600.400.490.3410.9832.2849.8
HexA865560283122b2032
Octal2501451260506142134062
Binary101010001100101101011001010001100011000101011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86556; }

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

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

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

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

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

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

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

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