#AD994A

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

Shades of Husk #AD994A

Tints of Husk #AD994A

Color information

#AD994A (or 0xAD994A) is unknown color: approx Husk. HEX triplet: AD, 99 and 4A. RGB value is (173,153,74). Sum of RGB (Red+Green+Blue) = 173+153+74=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD994A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD994A is #5266B5. Grayscale: #969696. Windows color (decimal): -5400246 or 4889005. OLE color: 4889005.

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

Color convert

RGB17315374-
CMYK00.120.570.32
HSL47.88º40.08%48.43%-
HSV(B)47.88º57.23%67.84%-
XYZ29.8632.1611.11-
YUV149.9785.13144.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.25%
GREEN value IS 153 (60.16% from 255) = 38.25%
BLUE value IS 74 (29.30% from 255) = 18.5%
R=43.25%
G=38.25%
B=18.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731537400.120.570.3247.8840.0848.43
HexAD994A0C3920302830
Octal2552311120147140605060
Binary1010110110011001100101001100111001100000110000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD994A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD994A; }

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

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

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

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

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

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

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

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