#AD9951

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

Shades of Husk #AD9951

Tints of Husk #AD9951

Color information

#AD9951 (or 0xAD9951) is unknown color: approx Husk. HEX triplet: AD, 99 and 51. RGB value is (173,153,81). Sum of RGB (Red+Green+Blue) = 173+153+81=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 81 (32.03% from 255 or 19.90% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9951 is #5266AE. Grayscale: #979797. Windows color (decimal): -5400239 or 5347757. OLE color: 5347757.

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

Color convert

RGB17315381-
CMYK00.120.530.32
HSL46.96º36.22%49.8%-
HSV(B)46.96º53.18%67.84%-
XYZ30.1132.2612.42-
YUV150.7788.63143.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.51%
GREEN value IS 153 (60.16% from 255) = 37.59%
BLUE value IS 81 (32.03% from 255) = 19.90%
R=42.51%
G=37.59%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731538100.120.530.3246.9636.2249.8
HexAD99510C35202f2432
Octal2552311210146540574462
Binary1010110110011001101000101100110101100000101111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9951; }

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

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

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

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

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

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

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

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