#AD9351

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

Shades of Husk #AD9351

Tints of Husk #AD9351

Color information

#AD9351 (or 0xAD9351) is unknown color: approx Husk. HEX triplet: AD, 93 and 51. RGB value is (173,147,81). Sum of RGB (Red+Green+Blue) = 173+147+81=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9351 is #526CAE. Grayscale: #939393. Windows color (decimal): -5401775 or 5346221. OLE color: 5346221.

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

Color convert

RGB17314781-
CMYK00.150.530.32
HSL43.04º36.22%49.8%-
HSV(B)43.04º53.18%67.84%-
XYZ29.1530.3512.11-
YUV147.2590.61146.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.14%
GREEN value IS 147 (57.81% from 255) = 36.66%
BLUE value IS 81 (32.03% from 255) = 20.20%
R=43.14%
G=36.66%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731478100.150.530.3243.0436.2249.8
HexAD93510F35202b2432
Octal2552231210176540534462
Binary1010110110010011101000101111110101100000101011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9351; }

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

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

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

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

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

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

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

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