#AD9749

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

Shades of Husk #AD9749

Tints of Husk #AD9749

Color information

#AD9749 (or 0xAD9749) is unknown color: approx Husk. HEX triplet: AD, 97 and 49. RGB value is (173,151,73). Sum of RGB (Red+Green+Blue) = 173+151+73=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9749 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9749 is #5268B6. Grayscale: #959595. Windows color (decimal): -5400759 or 4822957. OLE color: 4822957.

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

Color convert

RGB17315173-
CMYK00.130.580.32
HSL46.8º40.65%48.24%-
HSV(B)46.8º57.8%67.84%-
XYZ29.531.510.83-
YUV148.6985.29145.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.58%
GREEN value IS 151 (59.38% from 255) = 38.04%
BLUE value IS 73 (28.91% from 255) = 18.39%
R=43.58%
G=38.04%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731517300.130.580.3246.840.6548.24
HexAD97490D3A202f2930
Octal2552271110157240575160
Binary1010110110010111100100101101111010100000101111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9749; }

 p { color: rgb(173,151,73); }

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

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

 a { background-color: rgb(173,151,73); }

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

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

 span { border-color: rgb(173,151,73); }

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