#a69c56

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

Shades of Husk #A69C56

Tints of Husk #A69C56

Color information

#A69C56 (or 0xA69C56) is unknown color: approx Husk. HEX triplet: A6, 9C and 56. RGB value is (166,156,86). Sum of RGB (Red+Green+Blue) = 166+156+86=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69C56 is #5963A9. Grayscale: #979797. Windows color (decimal): -5858218 or 5676198. OLE color: 5676198.

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

Color convert

RGB16615686-
CMYK00.060.480.35
HSL52.5º31.75%49.41%-
HSV(B)52.5º48.19%65.1%-
XYZ29.2932.5613.54-
YUV151.0191.31138.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.69%
GREEN value IS 156 (61.33% from 255) = 38.24%
BLUE value IS 86 (33.98% from 255) = 21.08%
R=40.69%
G=38.24%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661568600.060.480.3552.531.7549.41
HexA69C56063023342031
Octal246234126066043644061
Binary101001101001110010101100110110000100011110100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a69c56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a69c56; }

 p { color: rgb(166,156,86); }

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

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

 a { background-color: rgb(166,156,86); }

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

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

 span { border-color: rgb(166,156,86); }

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