#A69659

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

Shades of Husk #A69659

Tints of Husk #A69659

Color information

#A69659 (or 0xA69659) is unknown color: approx Husk. HEX triplet: A6, 96 and 59. RGB value is (166,150,89). Sum of RGB (Red+Green+Blue) = 166+150+89=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A69659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69659 is #5969A6. Grayscale: #949494. Windows color (decimal): -5859751 or 5871270. OLE color: 5871270.

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

Color convert

RGB16615089-
CMYK00.100.460.35
HSL47.53º30.2%50%-
HSV(B)47.53º46.39%65.1%-
XYZ28.4430.6413.87-
YUV147.8394.8140.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.99%
GREEN value IS 150 (58.98% from 255) = 37.04%
BLUE value IS 89 (35.16% from 255) = 21.98%
R=40.99%
G=37.04%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661508900.100.460.3547.5330.250
HexA696590A2E23301e32
Octal2462261310125643603662
Binary101001101001011010110010101010111010001111000011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69659; }

 p { color: rgb(166,150,89); }

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

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

 a { background-color: rgb(166,150,89); }

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

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

 span { border-color: rgb(166,150,89); }

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