#A99657

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

Shades of Husk #A99657

Tints of Husk #A99657

Color information

#A99657 (or 0xA99657) is unknown color: approx Husk. HEX triplet: A9, 96 and 57. RGB value is (169,150,87). Sum of RGB (Red+Green+Blue) = 169+150+87=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 87 (34.38% from 255 or 21.43% from 406); Max value from RGB is 169 - color contains mainly: red. Hex color #A99657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99657 is #5669A8. Grayscale: #949494. Windows color (decimal): -5663145 or 5740201. OLE color: 5740201.

HSL color Cylindrical-coordinate representation of color #A99657: hue angle of 46.1º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A99657 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB16915087-
CMYK00.110.490.34
HSL46.1º32.28%50.2%-
HSV(B)46.1º48.52%66.27%-
XYZ28.9930.9413.46-
YUV148.593.29142.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.63%
GREEN value IS 150 (58.98% from 255) = 36.95%
BLUE value IS 87 (34.38% from 255) = 21.43%
R=41.63%
G=36.95%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691508700.110.490.3446.132.2850.2
HexA996570B31222e2032
Octal2512261270136142564062
Binary1010100110010110101011101011110001100010101110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99657; }

 p { color: rgb(169,150,87); }

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

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

 a { background-color: rgb(169,150,87); }

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

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

 span { border-color: rgb(169,150,87); }

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