#AD9F08

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

Shades of Lucky #AD9F08

Tints of Lucky #AD9F08

Color information

#AD9F08 (or 0xAD9F08) is unknown color: approx Lucky. HEX triplet: AD, 9F and 08. RGB value is (173,159,8). Sum of RGB (Red+Green+Blue) = 173+159+8=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 159 (62.5% from 255 or 46.76% from 340); Blue value is 8 (3.52% from 255 or 2.35% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9F08 is #5260F7. Grayscale: #929292. Windows color (decimal): -5398776 or 565165. OLE color: 565165.

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

Color convert

RGB1731598-
CMYK00.080.950.32
HSL54.91º91.16%35.49%-
HSV(B)54.91º95.38%67.84%-
XYZ29.6833.75.17-
YUV145.9750.14147.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.88%
GREEN value IS 159 (62.5% from 255) = 46.76%
BLUE value IS 8 (3.52% from 255) = 2.35%
R=50.88%
G=46.76%
B=2.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173159800.080.950.3254.9191.1635.49
HexAD9F8085F20375b23
Octal25523710010137406713343
Binary101011011001111110000100010111111000001101111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9F08; }

 p { color: rgb(173,159,8); }

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

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

 a { background-color: rgb(173,159,8); }

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

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

 span { border-color: rgb(173,159,8); }

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