#AD994C

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

Shades of Husk #AD994C

Tints of Husk #AD994C

Color information

#AD994C (or 0xAD994C) is unknown color: approx Husk. HEX triplet: AD, 99 and 4C. RGB value is (173,153,76). Sum of RGB (Red+Green+Blue) = 173+153+76=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD994C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD994C is #5266B3. Grayscale: #969696. Windows color (decimal): -5400244 or 5020077. OLE color: 5020077.

HSL color Cylindrical-coordinate representation of color #AD994C: hue angle of 47.63º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD994C is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB17315376-
CMYK00.120.560.32
HSL47.63º38.96%48.82%-
HSV(B)47.63º56.07%67.84%-
XYZ29.9332.1911.47-
YUV150.286.13144.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.03%
GREEN value IS 153 (60.16% from 255) = 38.06%
BLUE value IS 76 (30.08% from 255) = 18.91%
R=43.03%
G=38.06%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731537600.120.560.3247.6338.9648.82
HexAD994C0C3820302731
Octal2552311140147040604761
Binary1010110110011001100110001100111000100000110000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD994C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD994C; }

 p { color: rgb(173,153,76); }

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

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

 a { background-color: rgb(173,153,76); }

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

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

 span { border-color: rgb(173,153,76); }

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