#A99B5D

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

Shades of Husk #A99B5D

Tints of Husk #A99B5D

Color information

#A99B5D (or 0xA99B5D) is unknown color: approx Husk. HEX triplet: A9, 9B and 5D. RGB value is (169,155,93). Sum of RGB (Red+Green+Blue) = 169+155+93=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 169 - color contains mainly: red. Hex color #A99B5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99B5D is #5664A2. Grayscale: #989898. Windows color (decimal): -5661859 or 6134697. OLE color: 6134697.

HSL color Cylindrical-coordinate representation of color #A99B5D: hue angle of 48.95º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A99B5D is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB16915593-
CMYK00.080.450.34
HSL48.95º30.65%51.37%-
HSV(B)48.95º44.97%66.27%-
XYZ30.0632.6715.08-
YUV152.1294.64140.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.53%
GREEN value IS 155 (60.94% from 255) = 37.17%
BLUE value IS 93 (36.72% from 255) = 22.30%
R=40.53%
G=37.17%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691559300.080.450.3448.9530.6551.37
HexA99B5D082D22311f33
Octal2512331350105542613763
Binary101010011001101110111010100010110110001011000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99B5D; }

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

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

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

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

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

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

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

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