#A69A55

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

Shades of Husk #A69A55

Tints of Husk #A69A55

Color information

#A69A55 (or 0xA69A55) is unknown color: approx Husk. HEX triplet: A6, 9A and 55. RGB value is (166,154,85). Sum of RGB (Red+Green+Blue) = 166+154+85=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69A55 is #5965AA. Grayscale: #969696. Windows color (decimal): -5858731 or 5610150. OLE color: 5610150.

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

Color convert

RGB16615485-
CMYK00.070.490.35
HSL51.11º32.27%49.22%-
HSV(B)51.11º48.8%65.1%-
XYZ28.9231.8713.22-
YUV149.7291.48139.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.99%
GREEN value IS 154 (60.55% from 255) = 38.02%
BLUE value IS 85 (33.59% from 255) = 20.99%
R=40.99%
G=38.02%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661548500.070.490.3551.1132.2749.22
HexA69A55073123332031
Octal246232125076143634061
Binary101001101001101010101010111110001100011110011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69A55; }

 p { color: rgb(166,154,85); }

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

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

 a { background-color: rgb(166,154,85); }

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

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

 span { border-color: rgb(166,154,85); }

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