#ADA057

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

Shades of Husk #ADA057

Tints of Husk #ADA057

Color information

#ADA057 (or 0xADA057) is unknown color: approx Husk. HEX triplet: AD, A0 and 57. RGB value is (173,160,87). Sum of RGB (Red+Green+Blue) = 173+160+87=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 87 (34.38% from 255 or 20.71% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA057 is #525FA8. Grayscale: #9B9B9B. Windows color (decimal): -5398441 or 5742765. OLE color: 5742765.

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

Color convert

RGB17316087-
CMYK00.080.500.32
HSL50.93º34.4%50.98%-
HSV(B)50.93º49.71%67.84%-
XYZ31.5234.7114.06-
YUV155.5689.31140.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.19%
GREEN value IS 160 (62.89% from 255) = 38.10%
BLUE value IS 87 (34.38% from 255) = 20.71%
R=41.19%
G=38.10%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731608700.080.500.3250.9334.450.98
HexADA057083220332233
Octal2552401270106240634263
Binary1010110110100000101011101000110010100000110011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA057; }

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

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

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

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

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

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

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

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