#ADA058

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

Shades of Husk #ADA058

Tints of Husk #ADA058

Color information

#ADA058 (or 0xADA058) is unknown color: approx Husk. HEX triplet: AD, A0 and 58. RGB value is (173,160,88). Sum of RGB (Red+Green+Blue) = 173+160+88=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA058 is #525FA7. Grayscale: #9B9B9B. Windows color (decimal): -5398440 or 5808301. OLE color: 5808301.

HSL color Cylindrical-coordinate representation of color #ADA058: hue angle of 50.82º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADA058 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB17316088-
CMYK00.080.490.32
HSL50.82º34.14%51.18%-
HSV(B)50.82º49.13%67.84%-
XYZ31.5734.7314.27-
YUV155.6889.81140.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.09%
GREEN value IS 160 (62.89% from 255) = 38.00%
BLUE value IS 88 (34.77% from 255) = 20.90%
R=41.09%
G=38.00%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731608800.080.490.3250.8234.1451.18
HexADA058083120332233
Octal2552401300106140634263
Binary1010110110100000101100001000110001100000110011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA058; }

 p { color: rgb(173,160,88); }

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

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

 a { background-color: rgb(173,160,88); }

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

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

 span { border-color: rgb(173,160,88); }

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