#A6A253

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

Shades of Husk #A6A253

Tints of Husk #A6A253

Color information

#A6A253 (or 0xA6A253) is unknown color: approx Husk. HEX triplet: A6, A2 and 53. RGB value is (166,162,83). Sum of RGB (Red+Green+Blue) = 166+162+83=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 83 (32.81% from 255 or 20.19% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A253 is #595DAC. Grayscale: #9A9A9A. Windows color (decimal): -5856685 or 5481126. OLE color: 5481126.

HSL color Cylindrical-coordinate representation of color #A6A253: hue angle of 57.11º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6A253 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB16616283-
CMYK00.020.500.35
HSL57.11º33.33%48.82%-
HSV(B)57.11º50%65.1%-
XYZ30.2134.5713.26-
YUV154.1987.83136.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.39%
GREEN value IS 162 (63.67% from 255) = 39.42%
BLUE value IS 83 (32.81% from 255) = 20.19%
R=40.39%
G=39.42%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661628300.020.500.3557.1133.3348.82
HexA6A253023223392131
Octal246242123026243714161
Binary10100110101000101010011010110010100011111001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A253; }

 p { color: rgb(166,162,83); }

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

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

 a { background-color: rgb(166,162,83); }

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

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

 span { border-color: rgb(166,162,83); }

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