#A86659

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

Shades of Au Chico #A86659

Tints of Au Chico #A86659

Color information

#A86659 (or 0xA86659) is unknown color: approx Au Chico. HEX triplet: A8, 66 and 59. RGB value is (168,102,89). Sum of RGB (Red+Green+Blue) = 168+102+89=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A86659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86659 is #5799A6. Grayscale: #787878. Windows color (decimal): -5740967 or 5858984. OLE color: 5858984.

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

Color convert

RGB16810289-
CMYK00.390.470.34
HSL9.87º31.23%50.39%-
HSV(B)9.87º47.02%65.88%-
XYZ22.718.5511.83-
YUV120.25110.37162.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.80%
GREEN value IS 102 (40.23% from 255) = 28.41%
BLUE value IS 89 (35.16% from 255) = 24.79%
R=46.80%
G=28.41%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681028900.390.470.349.8731.2350.39
HexA866590272F22a1f32
Octal2501461310475742123762
Binary10101000110011010110010100111101111100010101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86659; }

 p { color: rgb(168,102,89); }

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

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

 a { background-color: rgb(168,102,89); }

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

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

 span { border-color: rgb(168,102,89); }

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