#A6A151

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

Shades of Husk #A6A151

Tints of Husk #A6A151

Color information

#A6A151 (or 0xA6A151) is unknown color: approx Husk. HEX triplet: A6, A1 and 51. RGB value is (166,161,81). Sum of RGB (Red+Green+Blue) = 166+161+81=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A151 is #595EAE. Grayscale: #999999. Windows color (decimal): -5856943 or 5349798. OLE color: 5349798.

HSL color Cylindrical-coordinate representation of color #A6A151: hue angle of 56.47º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6A151 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB16616181-
CMYK00.030.510.35
HSL56.47º34.41%48.43%-
HSV(B)56.47º51.2%65.1%-
XYZ29.9634.1912.81-
YUV153.3887.16137-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.69%
GREEN value IS 161 (63.28% from 255) = 39.46%
BLUE value IS 81 (32.03% from 255) = 19.85%
R=40.69%
G=39.46%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661618100.030.510.3556.4734.4148.43
HexA6A151033323382230
Octal246241121036343704260
Binary10100110101000011010001011110011100011111000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A151; }

 p { color: rgb(166,161,81); }

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

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

 a { background-color: rgb(166,161,81); }

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

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

 span { border-color: rgb(166,161,81); }

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