#A69E49

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

Shades of Husk #A69E49

Tints of Husk #A69E49

Color information

#A69E49 (or 0xA69E49) is unknown color: approx Husk. HEX triplet: A6, 9E and 49. RGB value is (166,158,73). Sum of RGB (Red+Green+Blue) = 166+158+73=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A69E49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69E49 is #5961B6. Grayscale: #979797. Windows color (decimal): -5857719 or 4824742. OLE color: 4824742.

HSL color Cylindrical-coordinate representation of color #A69E49: hue angle of 54.84º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A69E49 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB16615873-
CMYK00.050.560.35
HSL54.84º38.91%46.86%-
HSV(B)54.84º56.02%65.1%-
XYZ29.1633.0411.14-
YUV150.784.15138.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.81%
GREEN value IS 158 (62.11% from 255) = 39.80%
BLUE value IS 73 (28.91% from 255) = 18.39%
R=41.81%
G=39.80%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661587300.050.560.3554.8438.9146.86
HexA69E4905382337272f
Octal246236111057043674757
Binary101001101001111010010010101111000100011110111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69E49; }

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

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

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

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

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

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

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

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