#AD9754

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

Shades of Husk #AD9754

Tints of Husk #AD9754

Color information

#AD9754 (or 0xAD9754) is unknown color: approx Husk. HEX triplet: AD, 97 and 54. RGB value is (173,151,84). Sum of RGB (Red+Green+Blue) = 173+151+84=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 84 (33.20% from 255 or 20.59% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9754 is #5268AB. Grayscale: #969696. Windows color (decimal): -5400748 or 5543853. OLE color: 5543853.

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

Color convert

RGB17315184-
CMYK00.130.510.32
HSL45.17º35.18%50.39%-
HSV(B)45.17º51.45%67.84%-
XYZ29.931.6612.92-
YUV149.9490.79144.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.40%
GREEN value IS 151 (59.38% from 255) = 37.01%
BLUE value IS 84 (33.20% from 255) = 20.59%
R=42.40%
G=37.01%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731518400.130.510.3245.1735.1850.39
HexAD97540D33202d2332
Octal2552271240156340554362
Binary1010110110010111101010001101110011100000101101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9754; }

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

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

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

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

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

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

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

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