#A69F5B

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

Shades of Husk #A69F5B

Tints of Husk #A69F5B

Color information

#A69F5B (or 0xA69F5B) is unknown color: approx Husk. HEX triplet: A6, 9F and 5B. RGB value is (166,159,91). Sum of RGB (Red+Green+Blue) = 166+159+91=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 166 - color contains mainly: red. Hex color #A69F5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69F5B is #5960A4. Grayscale: #999999. Windows color (decimal): -5857445 or 6004646. OLE color: 6004646.

HSL color Cylindrical-coordinate representation of color #A69F5B: hue angle of 54.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 #A69F5B is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB16615991-
CMYK00.040.450.35
HSL54.4º29.64%50.39%-
HSV(B)54.4º45.18%65.1%-
XYZ30.0133.6614.81-
YUV153.3492.82137.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.90%
GREEN value IS 159 (62.5% from 255) = 38.22%
BLUE value IS 91 (35.94% from 255) = 21.88%
R=39.90%
G=38.22%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661599100.040.450.3554.429.6450.39
HexA69F5B042D23361e32
Octal246237133045543663662
Binary10100110100111111011011010010110110001111011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69F5B; }

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

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

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

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

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

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

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

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