#ADA31E

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

Shades of Lucky #ADA31E

Tints of Lucky #ADA31E

Color information

#ADA31E (or 0xADA31E) is unknown color: approx Lucky. HEX triplet: AD, A3 and 1E. RGB value is (173,163,30). Sum of RGB (Red+Green+Blue) = 173+163+30=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 163 (64.06% from 255 or 44.54% from 366); Blue value is 30 (12.11% from 255 or 8.20% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA31E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA31E is #525CE1. Grayscale: #979797. Windows color (decimal): -5397730 or 2007981. OLE color: 2007981.

HSL color Cylindrical-coordinate representation of color #ADA31E: hue angle of 55.8º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADA31E is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB17316330-
CMYK00.060.830.32
HSL55.8º70.44%39.8%-
HSV(B)55.8º82.66%67.84%-
XYZ30.5735.176.41-
YUV150.8359.81143.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.27%
GREEN value IS 163 (64.06% from 255) = 44.54%
BLUE value IS 30 (12.11% from 255) = 8.20%
R=47.27%
G=44.54%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731633000.060.830.3255.870.4439.8
HexADA31E065320384628
Octal2552433606123407010650
Binary101011011010001111110011010100111000001110001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA31E; }

 p { color: rgb(173,163,30); }

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

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

 a { background-color: rgb(173,163,30); }

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

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

 span { border-color: rgb(173,163,30); }

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