#A69E57

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

Shades of Husk #A69E57

Tints of Husk #A69E57

Color information

#A69E57 (or 0xA69E57) is unknown color: approx Husk. HEX triplet: A6, 9E and 57. RGB value is (166,158,87). Sum of RGB (Red+Green+Blue) = 166+158+87=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 87 (34.38% from 255 or 21.17% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A69E57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69E57 is #5961A8. Grayscale: #989898. Windows color (decimal): -5857705 or 5742246. OLE color: 5742246.

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

Color convert

RGB16615887-
CMYK00.050.480.35
HSL53.92º31.23%49.61%-
HSV(B)53.92º47.59%65.1%-
XYZ29.6733.2513.87-
YUV152.391.15137.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.39%
GREEN value IS 158 (62.11% from 255) = 38.44%
BLUE value IS 87 (34.38% from 255) = 21.17%
R=40.39%
G=38.44%
B=21.17%

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
Decimal1661588700.050.480.3553.9231.2349.61
HexA69E57053023361f32
Octal246236127056043663762
Binary10100110100111101010111010111000010001111011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69E57; }

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

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

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

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

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

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

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

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