#AD984C

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

Shades of Husk #AD984C

Tints of Husk #AD984C

Color information

#AD984C (or 0xAD984C) is unknown color: approx Husk. HEX triplet: AD, 98 and 4C. RGB value is (173,152,76). Sum of RGB (Red+Green+Blue) = 173+152+76=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD984C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD984C is #5267B3. Grayscale: #959595. Windows color (decimal): -5400500 or 5019821. OLE color: 5019821.

HSL color Cylindrical-coordinate representation of color #AD984C: hue angle of 47.01º 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 #AD984C is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB17315276-
CMYK00.120.560.32
HSL47.01º38.96%48.82%-
HSV(B)47.01º56.07%67.84%-
XYZ29.7731.8611.42-
YUV149.6186.46144.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.14%
GREEN value IS 152 (59.77% from 255) = 37.91%
BLUE value IS 76 (30.08% from 255) = 18.95%
R=43.14%
G=37.91%
B=18.95%

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
Decimal1731527600.120.560.3247.0138.9648.82
HexAD984C0C38202f2731
Octal2552301140147040574761
Binary1010110110011000100110001100111000100000101111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD984C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD984C; }

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

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

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

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

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

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

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

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