#ad9925

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

Shades of Lucky #AD9925

Tints of Lucky #AD9925

Color information

#AD9925 (or 0xAD9925) is unknown color: approx Lucky. HEX triplet: AD, 99 and 25. RGB value is (173,153,37). Sum of RGB (Red+Green+Blue) = 173+153+37=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 37 (14.84% from 255 or 10.19% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9925 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9925 is #5266DA. Grayscale: #929292. Windows color (decimal): -5400283 or 2464173. OLE color: 2464173.

HSL color Cylindrical-coordinate representation of color #AD9925: hue angle of 51.18º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD9925 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB17315337-
CMYK00.120.790.32
HSL51.18º64.76%41.18%-
HSV(B)51.18º78.61%67.84%-
XYZ28.9631.86.36-
YUV145.7666.63147.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.66%
GREEN value IS 153 (60.16% from 255) = 42.15%
BLUE value IS 37 (14.84% from 255) = 10.19%
R=47.66%
G=42.15%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731533700.120.790.3251.1864.7641.18
HexAD99250C4F20334129
Octal25523145014117406310151
Binary10101101100110011001010110010011111000001100111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad9925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad9925; }

 p { color: rgb(173,153,37); }

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

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

 a { background-color: rgb(173,153,37); }

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

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

 span { border-color: rgb(173,153,37); }

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