#A86356

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

Shades of Au Chico #A86356

Tints of Au Chico #A86356

Color information

#A86356 (or 0xA86356) is unknown color: approx Au Chico. HEX triplet: A8, 63 and 56. RGB value is (168,99,86). Sum of RGB (Red+Green+Blue) = 168+99+86=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 168 - color contains mainly: red. Hex color #A86356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86356 is #579CA9. Grayscale: #767676. Windows color (decimal): -5741738 or 5661608. OLE color: 5661608.

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

Color convert

RGB1689986-
CMYK00.410.490.34
HSL9.51º32.28%49.8%-
HSV(B)9.51º48.81%65.88%-
XYZ22.2917.9211.09-
YUV118.15109.86163.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.59%
GREEN value IS 99 (39.06% from 255) = 28.05%
BLUE value IS 86 (33.98% from 255) = 24.36%
R=47.59%
G=28.05%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168998600.410.490.349.5132.2849.8
HexA863560293122a2032
Octal2501431260516142124062
Binary101010001100011101011001010011100011000101010100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86356; }

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

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

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

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

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

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

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

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