#A8A256

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

Shades of Husk #A8A256

Tints of Husk #A8A256

Color information

#A8A256 (or 0xA8A256) is unknown color: approx Husk. HEX triplet: A8, A2 and 56. RGB value is (168,162,86). Sum of RGB (Red+Green+Blue) = 168+162+86=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A256 is #575DA9. Grayscale: #9B9B9B. Windows color (decimal): -5725610 or 5677736. OLE color: 5677736.

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

Color convert

RGB16816286-
CMYK00.040.490.34
HSL55.61º32.28%49.8%-
HSV(B)55.61º48.81%65.88%-
XYZ30.7534.8413.91-
YUV155.1388.99137.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.38%
GREEN value IS 162 (63.67% from 255) = 38.94%
BLUE value IS 86 (33.98% from 255) = 20.67%
R=40.38%
G=38.94%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681628600.040.490.3455.6132.2849.8
HexA8A256043122382032
Octal250242126046142704062
Binary101010001010001010101100100110001100010111000100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A256; }

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

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

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

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

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

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

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

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