#AD9E08

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

Shades of Lucky #AD9E08

Tints of Lucky #AD9E08

Color information

#AD9E08 (or 0xAD9E08) is unknown color: approx Lucky. HEX triplet: AD, 9E and 08. RGB value is (173,158,8). Sum of RGB (Red+Green+Blue) = 173+158+8=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 158 (62.11% from 255 or 46.61% from 339); Blue value is 8 (3.52% from 255 or 2.36% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9E08 is #5261F7. Grayscale: #929292. Windows color (decimal): -5399032 or 564909. OLE color: 564909.

HSL color Cylindrical-coordinate representation of color #AD9E08: hue angle of 54.55º 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 #AD9E08 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB1731588-
CMYK00.090.950.32
HSL54.55º91.16%35.49%-
HSV(B)54.55º95.38%67.84%-
XYZ29.533.365.11-
YUV145.3850.47147.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.03%
GREEN value IS 158 (62.11% from 255) = 46.61%
BLUE value IS 8 (3.52% from 255) = 2.36%
R=51.03%
G=46.61%
B=2.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173158800.090.950.3254.5591.1635.49
HexAD9E8095F20375b23
Octal25523610011137406713343
Binary101011011001111010000100110111111000001101111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9E08; }

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

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

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

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

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

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

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

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