#ADA04E

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

Shades of Husk #ADA04E

Tints of Husk #ADA04E

Color information

#ADA04E (or 0xADA04E) is unknown color: approx Husk. HEX triplet: AD, A0 and 4E. RGB value is (173,160,78). Sum of RGB (Red+Green+Blue) = 173+160+78=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 78 (30.86% from 255 or 18.98% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA04E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA04E is #525FB1. Grayscale: #9A9A9A. Windows color (decimal): -5398450 or 5152941. OLE color: 5152941.

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

Color convert

RGB17316078-
CMYK00.080.550.32
HSL51.79º37.85%49.22%-
HSV(B)51.79º54.91%67.84%-
XYZ31.1834.5812.24-
YUV154.5484.81141.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.09%
GREEN value IS 160 (62.89% from 255) = 38.93%
BLUE value IS 78 (30.86% from 255) = 18.98%
R=42.09%
G=38.93%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731607800.080.550.3251.7937.8549.22
HexADA04E083720342631
Octal2552401160106740644661
Binary1010110110100000100111001000110111100000110100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA04E; }

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

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

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

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

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

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

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

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