#A8A156

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

Shades of Husk #A8A156

Tints of Husk #A8A156

Color information

#A8A156 (or 0xA8A156) is unknown color: approx Husk. HEX triplet: A8, A1 and 56. RGB value is (168,161,86). Sum of RGB (Red+Green+Blue) = 168+161+86=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A156 is #575EA9. Grayscale: #9A9A9A. Windows color (decimal): -5725866 or 5677480. OLE color: 5677480.

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

Color convert

RGB16816186-
CMYK00.040.490.34
HSL54.88º32.28%49.8%-
HSV(B)54.88º48.81%65.88%-
XYZ30.5734.4913.85-
YUV154.5489.32137.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.48%
GREEN value IS 161 (63.28% from 255) = 38.80%
BLUE value IS 86 (33.98% from 255) = 20.72%
R=40.48%
G=38.80%
B=20.72%

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
Decimal1681618600.040.490.3454.8832.2849.8
HexA8A156043122372032
Octal250241126046142674062
Binary101010001010000110101100100110001100010110111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A156; }

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

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

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

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

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

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

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

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