#AD9745

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

Shades of Husk #AD9745

Tints of Husk #AD9745

Color information

#AD9745 (or 0xAD9745) is unknown color: approx Husk. HEX triplet: AD, 97 and 45. RGB value is (173,151,69). Sum of RGB (Red+Green+Blue) = 173+151+69=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9745 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9745 is #5268BA. Grayscale: #949494. Windows color (decimal): -5400763 or 4560813. OLE color: 4560813.

HSL color Cylindrical-coordinate representation of color #AD9745: hue angle of 47.31º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD9745 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB17315169-
CMYK00.130.600.32
HSL47.31º42.98%47.45%-
HSV(B)47.31º60.12%67.84%-
XYZ29.3731.4510.15-
YUV148.2383.29145.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.02%
GREEN value IS 151 (59.38% from 255) = 38.42%
BLUE value IS 69 (27.34% from 255) = 17.56%
R=44.02%
G=38.42%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731516900.130.600.3247.3142.9847.45
HexAD97450D3C202f2b2f
Octal2552271050157440575357
Binary1010110110010111100010101101111100100000101111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9745; }

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

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

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

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

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

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

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

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