#A86056

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

Shades of Au Chico #A86056

Tints of Au Chico #A86056

Color information

#A86056 (or 0xA86056) is unknown color: approx Au Chico. HEX triplet: A8, 60 and 56. RGB value is (168,96,86). Sum of RGB (Red+Green+Blue) = 168+96+86=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A86056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86056 is #579FA9. Grayscale: #747474. Windows color (decimal): -5742506 or 5660840. OLE color: 5660840.

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

Color convert

RGB1689686-
CMYK00.430.490.34
HSL7.32º32.28%49.8%-
HSV(B)7.32º48.81%65.88%-
XYZ22.0117.3611-
YUV116.39110.85164.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48%
GREEN value IS 96 (37.89% from 255) = 27.43%
BLUE value IS 86 (33.98% from 255) = 24.57%
R=48%
G=27.43%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168968600.430.490.347.3232.2849.8
HexA8605602B312272032
Octal250140126053614274062
Binary10101000110000010101100101011110001100010111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86056; }

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

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

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

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

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

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

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

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