#A9995C

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

Shades of Husk #A9995C

Tints of Husk #A9995C

Color information

#A9995C (or 0xA9995C) is unknown color: approx Husk. HEX triplet: A9, 99 and 5C. RGB value is (169,153,92). Sum of RGB (Red+Green+Blue) = 169+153+92=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A9995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9995C is #5666A3. Grayscale: #979797. Windows color (decimal): -5662372 or 6068649. OLE color: 6068649.

HSL color Cylindrical-coordinate representation of color #A9995C: hue angle of 47.53º 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 #A9995C is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB16915392-
CMYK00.090.460.34
HSL47.53º30.92%51.18%-
HSV(B)47.53º45.56%66.27%-
XYZ29.6931.9914.74-
YUV150.8394.8140.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.82%
GREEN value IS 153 (60.16% from 255) = 36.96%
BLUE value IS 92 (36.33% from 255) = 22.22%
R=40.82%
G=36.96%
B=22.22%

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
Decimal1691539200.090.460.3447.5330.9251.18
HexA9995C092E22301f33
Octal2512311340115642603763
Binary101010011001100110111000100110111010001011000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9995C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9995C; }

 p { color: rgb(169,153,92); }

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

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

 a { background-color: rgb(169,153,92); }

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

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

 span { border-color: rgb(169,153,92); }

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