#A69E5B

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

Shades of Husk #A69E5B

Tints of Husk #A69E5B

Color information

#A69E5B (or 0xA69E5B) is unknown color: approx Husk. HEX triplet: A6, 9E and 5B. RGB value is (166,158,91). Sum of RGB (Red+Green+Blue) = 166+158+91=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A69E5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69E5B is #5961A4. Grayscale: #999999. Windows color (decimal): -5857701 or 6004390. OLE color: 6004390.

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

Color convert

RGB16615891-
CMYK00.050.450.35
HSL53.6º29.64%50.39%-
HSV(B)53.6º45.18%65.1%-
XYZ29.8433.3214.76-
YUV152.7593.15137.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40%
GREEN value IS 158 (62.11% from 255) = 38.07%
BLUE value IS 91 (35.94% from 255) = 21.93%
R=40%
G=38.07%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661589100.050.450.3553.629.6450.39
HexA69E5B052D23361e32
Octal246236133055543663662
Binary10100110100111101011011010110110110001111011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69E5B; }

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

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

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

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

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

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

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

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