#A86256

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

Shades of Au Chico #A86256

Tints of Au Chico #A86256

Color information

#A86256 (or 0xA86256) is unknown color: approx Au Chico. HEX triplet: A8, 62 and 56. RGB value is (168,98,86). Sum of RGB (Red+Green+Blue) = 168+98+86=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A86256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86256 is #579DA9. Grayscale: #757575. Windows color (decimal): -5741994 or 5661352. OLE color: 5661352.

HSL color Cylindrical-coordinate representation of color #A86256: hue angle of 8.78º 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 #A86256 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB1689886-
CMYK00.420.490.34
HSL8.78º32.28%49.8%-
HSV(B)8.78º48.81%65.88%-
XYZ22.217.7311.06-
YUV117.56110.19163.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.73%
GREEN value IS 98 (38.67% from 255) = 27.84%
BLUE value IS 86 (33.98% from 255) = 24.43%
R=47.73%
G=27.84%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168988600.420.490.348.7832.2849.8
HexA8625602A312292032
Octal2501421260526142114062
Binary101010001100010101011001010101100011000101001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86256; }

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

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

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

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

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

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

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

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