#AD9645

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

Shades of Husk #AD9645

Tints of Husk #AD9645

Color information

#AD9645 (or 0xAD9645) is unknown color: approx Husk. HEX triplet: AD, 96 and 45. RGB value is (173,150,69). Sum of RGB (Red+Green+Blue) = 173+150+69=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9645 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9645 is #5269BA. Grayscale: #939393. Windows color (decimal): -5401019 or 4560557. OLE color: 4560557.

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

Color convert

RGB17315069-
CMYK00.130.600.32
HSL46.73º42.98%47.45%-
HSV(B)46.73º60.12%67.84%-
XYZ29.2131.1310.1-
YUV147.6483.62146.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.13%
GREEN value IS 150 (58.98% from 255) = 38.27%
BLUE value IS 69 (27.34% from 255) = 17.60%
R=44.13%
G=38.27%
B=17.60%

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
Decimal1731506900.130.600.3246.7342.9847.45
HexAD96450D3C202f2b2f
Octal2552261050157440575357
Binary1010110110010110100010101101111100100000101111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9645; }

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

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

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

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

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

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

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

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