#A69B5D

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

Shades of Husk #A69B5D

Tints of Husk #A69B5D

Color information

#A69B5D (or 0xA69B5D) is unknown color: approx Husk. HEX triplet: A6, 9B and 5D. RGB value is (166,155,93). Sum of RGB (Red+Green+Blue) = 166+155+93=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69B5D is #5964A2. Grayscale: #979797. Windows color (decimal): -5858467 or 6134694. OLE color: 6134694.

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

Color convert

RGB16615593-
CMYK00.070.440.35
HSL50.96º29.08%50.78%-
HSV(B)50.96º43.98%65.1%-
XYZ29.4232.3415.05-
YUV151.2295.14138.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.10%
GREEN value IS 155 (60.94% from 255) = 37.44%
BLUE value IS 93 (36.72% from 255) = 22.46%
R=40.10%
G=37.44%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661559300.070.440.3550.9629.0850.78
HexA69B5D072C23331d33
Octal246233135075443633563
Binary10100110100110111011101011110110010001111001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69B5D; }

 p { color: rgb(166,155,93); }

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

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

 a { background-color: rgb(166,155,93); }

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

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

 span { border-color: rgb(166,155,93); }

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