#A69A5B

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

Shades of Husk #A69A5B

Tints of Husk #A69A5B

Color information

#A69A5B (or 0xA69A5B) is unknown color: approx Husk. HEX triplet: A6, 9A and 5B. RGB value is (166,154,91). Sum of RGB (Red+Green+Blue) = 166+154+91=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69A5B is #5965A4. Grayscale: #969696. Windows color (decimal): -5858725 or 6003366. OLE color: 6003366.

HSL color Cylindrical-coordinate representation of color #A69A5B: hue angle of 50.4º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A69A5B is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB16615491-
CMYK00.070.450.35
HSL50.4º29.64%50.39%-
HSV(B)50.4º45.18%65.1%-
XYZ29.1731.9714.53-
YUV150.4194.48139.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.39%
GREEN value IS 154 (60.55% from 255) = 37.47%
BLUE value IS 91 (35.94% from 255) = 22.14%
R=40.39%
G=37.47%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661549100.070.450.3550.429.6450.39
HexA69A5B072D23321e32
Octal246232133075543623662
Binary10100110100110101011011011110110110001111001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69A5B; }

 p { color: rgb(166,154,91); }

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

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

 a { background-color: rgb(166,154,91); }

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

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

 span { border-color: rgb(166,154,91); }

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