#AD9C45

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

Shades of Husk #AD9C45

Tints of Husk #AD9C45

Color information

#AD9C45 (or 0xAD9C45) is unknown color: approx Husk. HEX triplet: AD, 9C and 45. RGB value is (173,156,69). Sum of RGB (Red+Green+Blue) = 173+156+69=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 69 (27.34% from 255 or 17.34% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9C45 is #5263BA. Grayscale: #979797. Windows color (decimal): -5399483 or 4562093. OLE color: 4562093.

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

Color convert

RGB17315669-
CMYK00.100.600.32
HSL50.19º42.98%47.45%-
HSV(B)50.19º60.12%67.84%-
XYZ30.233.0910.43-
YUV151.1681.63143.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.47%
GREEN value IS 156 (61.33% from 255) = 39.20%
BLUE value IS 69 (27.34% from 255) = 17.34%
R=43.47%
G=39.20%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731566900.100.600.3250.1942.9847.45
HexAD9C450A3C20322b2f
Octal2552341050127440625357
Binary1010110110011100100010101010111100100000110010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9C45; }

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

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

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

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

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

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

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

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