#ADA00B

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

Shades of Lucky #ADA00B

Tints of Lucky #ADA00B

Color information

#ADA00B (or 0xADA00B) is unknown color: approx Lucky. HEX triplet: AD, A0 and 0B. RGB value is (173,160,11). Sum of RGB (Red+Green+Blue) = 173+160+11=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 160 (62.89% from 255 or 46.51% from 344); Blue value is 11 (4.69% from 255 or 3.20% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA00B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA00B is #525FF4. Grayscale: #939393. Windows color (decimal): -5398517 or 762029. OLE color: 762029.

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

Color convert

RGB17316011-
CMYK00.080.940.32
HSL55.19º88.04%36.08%-
HSV(B)55.19º93.64%67.84%-
XYZ29.8634.055.31-
YUV146.951.31146.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.29%
GREEN value IS 160 (62.89% from 255) = 46.51%
BLUE value IS 11 (4.69% from 255) = 3.20%
R=50.29%
G=46.51%
B=3.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731601100.080.940.3255.1988.0436.08
HexADA0B085E20375824
Octal25524013010136406713044
Binary101011011010000010110100010111101000001101111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA00B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA00B; }

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

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

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

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

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

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

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

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