#A8A056

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

Shades of Husk #A8A056

Tints of Husk #A8A056

Color information

#A8A056 (or 0xA8A056) is unknown color: approx Husk. HEX triplet: A8, A0 and 56. RGB value is (168,160,86). Sum of RGB (Red+Green+Blue) = 168+160+86=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A056 is #575FA9. Grayscale: #9A9A9A. Windows color (decimal): -5726122 or 5677224. OLE color: 5677224.

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

Color convert

RGB16816086-
CMYK00.050.490.34
HSL54.15º32.28%49.8%-
HSV(B)54.15º48.81%65.88%-
XYZ30.434.1413.79-
YUV153.9689.65138.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.58%
GREEN value IS 160 (62.89% from 255) = 38.65%
BLUE value IS 86 (33.98% from 255) = 20.77%
R=40.58%
G=38.65%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681608600.050.490.3454.1532.2849.8
HexA8A056053122362032
Octal250240126056142664062
Binary101010001010000010101100101110001100010110110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A056; }

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

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

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

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

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

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

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

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