#A86757

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

Shades of Au Chico #A86757

Tints of Au Chico #A86757

Color information

#A86757 (or 0xA86757) is unknown color: approx Au Chico. HEX triplet: A8, 67 and 57. RGB value is (168,103,87). Sum of RGB (Red+Green+Blue) = 168+103+87=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 87 (34.38% from 255 or 24.30% from 358); Max value from RGB is 168 - color contains mainly: red. Hex color #A86757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86757 is #5798A8. Grayscale: #787878. Windows color (decimal): -5740713 or 5728168. OLE color: 5728168.

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

Color convert

RGB16810387-
CMYK00.390.480.34
HSL11.85º31.76%50%-
HSV(B)11.85º48.21%65.88%-
XYZ22.7218.7111.43-
YUV120.61109.03161.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.93%
GREEN value IS 103 (40.62% from 255) = 28.77%
BLUE value IS 87 (34.38% from 255) = 24.30%
R=46.93%
G=28.77%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681038700.390.480.3411.8531.7650
HexA867570273022c2032
Octal2501471270476042144062
Binary101010001100111101011101001111100001000101100100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86757; }

 p { color: rgb(168,103,87); }

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

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

 a { background-color: rgb(168,103,87); }

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

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

 span { border-color: rgb(168,103,87); }

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