#A69E51

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

Shades of Husk #A69E51

Tints of Husk #A69E51

Color information

#A69E51 (or 0xA69E51) is unknown color: approx Husk. HEX triplet: A6, 9E and 51. RGB value is (166,158,81). Sum of RGB (Red+Green+Blue) = 166+158+81=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A69E51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69E51 is #5961AE. Grayscale: #979797. Windows color (decimal): -5857711 or 5349030. OLE color: 5349030.

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

Color convert

RGB16615881-
CMYK00.050.510.35
HSL54.35º34.41%48.43%-
HSV(B)54.35º51.2%65.1%-
XYZ29.4433.1512.63-
YUV151.6188.15138.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.99%
GREEN value IS 158 (62.11% from 255) = 39.01%
BLUE value IS 81 (32.03% from 255) = 20%
R=40.99%
G=39.01%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661588100.050.510.3554.3534.4148.43
HexA69E51053323362230
Octal246236121056343664260
Binary101001101001111010100010101110011100011110110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69E51; }

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

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

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

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

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

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

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

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