#ADA054

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

Shades of Husk #ADA054

Tints of Husk #ADA054

Color information

#ADA054 (or 0xADA054) is unknown color: approx Husk. HEX triplet: AD, A0 and 54. RGB value is (173,160,84). Sum of RGB (Red+Green+Blue) = 173+160+84=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA054 is #525FAB. Grayscale: #9B9B9B. Windows color (decimal): -5398444 or 5546157. OLE color: 5546157.

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

Color convert

RGB17316084-
CMYK00.080.510.32
HSL51.24º35.18%50.39%-
HSV(B)51.24º51.45%67.84%-
XYZ31.434.6713.42-
YUV155.2287.81140.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.49%
GREEN value IS 160 (62.89% from 255) = 38.37%
BLUE value IS 84 (33.20% from 255) = 20.14%
R=41.49%
G=38.37%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731608400.080.510.3251.2435.1850.39
HexADA054083320332332
Octal2552401240106340634362
Binary1010110110100000101010001000110011100000110011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA054; }

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

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

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

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

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

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

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

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