#A86555

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

Shades of Au Chico #A86555

Tints of Au Chico #A86555

Color information

#A86555 (or 0xA86555) is unknown color: approx Au Chico. HEX triplet: A8, 65 and 55. RGB value is (168,101,85). Sum of RGB (Red+Green+Blue) = 168+101+85=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 168 - color contains mainly: red. Hex color #A86555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86555 is #579AAA. Grayscale: #777777. Windows color (decimal): -5741227 or 5596584. OLE color: 5596584.

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

Color convert

RGB16810185-
CMYK00.400.490.34
HSL11.57º32.81%49.61%-
HSV(B)11.57º49.4%65.88%-
XYZ22.4418.2910.94-
YUV119.21108.7162.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.46%
GREEN value IS 101 (39.84% from 255) = 28.53%
BLUE value IS 85 (33.59% from 255) = 24.01%
R=47.46%
G=28.53%
B=24.01%

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
Decimal1681018500.400.490.3411.5732.8149.61
HexA865550283122c2132
Octal2501451250506142144162
Binary101010001100101101010101010001100011000101100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86555; }

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

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

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

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

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

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

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

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