#A69A42

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

Shades of Husk #A69A42

Tints of Husk #A69A42

Color information

#A69A42 (or 0xA69A42) is unknown color: approx Husk. HEX triplet: A6, 9A and 42. RGB value is (166,154,66). Sum of RGB (Red+Green+Blue) = 166+154+66=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69A42 is #5965BD. Grayscale: #939393. Windows color (decimal): -5858750 or 4364966. OLE color: 4364966.

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

Color convert

RGB16615466-
CMYK00.070.600.35
HSL52.8º43.1%45.49%-
HSV(B)52.8º60.24%65.1%-
XYZ28.2631.619.77-
YUV147.5681.98141.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.01%
GREEN value IS 154 (60.55% from 255) = 39.90%
BLUE value IS 66 (26.17% from 255) = 17.10%
R=43.01%
G=39.90%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661546600.070.600.3552.843.145.49
HexA69A42073C23352b2d
Octal246232102077443655355
Binary101001101001101010000100111111100100011110101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69A42; }

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

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

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

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

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

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

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

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