#A8995A

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

Shades of Husk #A8995A

Tints of Husk #A8995A

Color information

#A8995A (or 0xA8995A) is unknown color: approx Husk. HEX triplet: A8, 99 and 5A. RGB value is (168,153,90). Sum of RGB (Red+Green+Blue) = 168+153+90=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 168 - color contains mainly: red. Hex color #A8995A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8995A is #5766A5. Grayscale: #969696. Windows color (decimal): -5727910 or 5937576. OLE color: 5937576.

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

Color convert

RGB16815390-
CMYK00.090.460.34
HSL48.46º30.95%50.59%-
HSV(B)48.46º46.43%65.88%-
XYZ29.3931.8514.27-
YUV150.393.97140.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.88%
GREEN value IS 153 (60.16% from 255) = 37.23%
BLUE value IS 90 (35.55% from 255) = 21.90%
R=40.88%
G=37.23%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681539000.090.460.3448.4630.9550.59
HexA8995A092E22301f33
Octal2502311320115642603763
Binary101010001001100110110100100110111010001011000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8995A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8995A; }

 p { color: rgb(168,153,90); }

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

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

 a { background-color: rgb(168,153,90); }

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

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

 span { border-color: rgb(168,153,90); }

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