#A69957

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

Shades of Husk #A69957

Tints of Husk #A69957

Color information

#A69957 (or 0xA69957) is unknown color: approx Husk. HEX triplet: A6, 99 and 57. RGB value is (166,153,87). Sum of RGB (Red+Green+Blue) = 166+153+87=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 87 (34.38% from 255 or 21.43% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A69957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69957 is #5966A8. Grayscale: #959595. Windows color (decimal): -5858985 or 5740966. OLE color: 5740966.

HSL color Cylindrical-coordinate representation of color #A69957: hue angle of 50.13º 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 #A69957 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB16615387-
CMYK00.080.480.35
HSL50.13º31.23%49.61%-
HSV(B)50.13º47.59%65.1%-
XYZ28.8431.5813.59-
YUV149.3692.81139.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.89%
GREEN value IS 153 (60.16% from 255) = 37.68%
BLUE value IS 87 (34.38% from 255) = 21.43%
R=40.89%
G=37.68%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661538700.080.480.3550.1331.2349.61
HexA69957083023321f32
Octal2462311270106043623762
Binary101001101001100110101110100011000010001111001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69957; }

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

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

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

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

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

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

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

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