#A69E56

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

Shades of Husk #A69E56

Tints of Husk #A69E56

Color information

#A69E56 (or 0xA69E56) is unknown color: approx Husk. HEX triplet: A6, 9E and 56. RGB value is (166,158,86). Sum of RGB (Red+Green+Blue) = 166+158+86=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A69E56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69E56 is #5961A9. Grayscale: #989898. Windows color (decimal): -5857706 or 5676710. OLE color: 5676710.

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

Color convert

RGB16615886-
CMYK00.050.480.35
HSL54º31.75%49.41%-
HSV(B)54º48.19%65.1%-
XYZ29.6333.2313.66-
YUV152.1890.65137.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.49%
GREEN value IS 158 (62.11% from 255) = 38.54%
BLUE value IS 86 (33.98% from 255) = 20.98%
R=40.49%
G=38.54%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661588600.050.480.355431.7549.41
HexA69E56053023362031
Octal246236126056043664061
Binary101001101001111010101100101110000100011110110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69E56; }

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

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

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

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

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

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

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

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