#AD9450

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

Shades of Husk #AD9450

Tints of Husk #AD9450

Color information

#AD9450 (or 0xAD9450) is unknown color: approx Husk. HEX triplet: AD, 94 and 50. RGB value is (173,148,80). Sum of RGB (Red+Green+Blue) = 173+148+80=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9450 is #526BAF. Grayscale: #949494. Windows color (decimal): -5401520 or 5280941. OLE color: 5280941.

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

Color convert

RGB17314880-
CMYK00.140.540.32
HSL43.87º36.76%49.61%-
HSV(B)43.87º53.76%67.84%-
XYZ29.2730.6411.96-
YUV147.7289.78146.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.14%
GREEN value IS 148 (58.20% from 255) = 36.91%
BLUE value IS 80 (31.64% from 255) = 19.95%
R=43.14%
G=36.91%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731488000.140.540.3243.8736.7649.61
HexAD94500E36202c2532
Octal2552241200166640544562
Binary1010110110010100101000001110110110100000101100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9450; }

 p { color: rgb(173,148,80); }

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

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

 a { background-color: rgb(173,148,80); }

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

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

 span { border-color: rgb(173,148,80); }

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