#AD9250

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

Shades of Husk #AD9250

Tints of Husk #AD9250

Color information

#AD9250 (or 0xAD9250) is unknown color: approx Husk. HEX triplet: AD, 92 and 50. RGB value is (173,146,80). Sum of RGB (Red+Green+Blue) = 173+146+80=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9250 is #526DAF. Grayscale: #929292. Windows color (decimal): -5402032 or 5280429. OLE color: 5280429.

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

Color convert

RGB17314680-
CMYK00.160.540.32
HSL42.58º36.76%49.61%-
HSV(B)42.58º53.76%67.84%-
XYZ28.9630.0211.86-
YUV146.5590.45146.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.36%
GREEN value IS 146 (57.42% from 255) = 36.59%
BLUE value IS 80 (31.64% from 255) = 20.05%
R=43.36%
G=36.59%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731468000.160.540.3242.5836.7649.61
HexAD925001036202b2532
Octal2552221200206640534562
Binary10101101100100101010000010000110110100000101011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9250; }

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

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

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

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

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

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

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

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