#AD9F25

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

Shades of Lucky #AD9F25

Tints of Lucky #AD9F25

Color information

#AD9F25 (or 0xAD9F25) is unknown color: approx Lucky. HEX triplet: AD, 9F and 25. RGB value is (173,159,37). Sum of RGB (Red+Green+Blue) = 173+159+37=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9F25 is #5260DA. Grayscale: #959595. Windows color (decimal): -5398747 or 2465709. OLE color: 2465709.

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

Color convert

RGB17315937-
CMYK00.080.790.32
HSL53.82º64.76%41.18%-
HSV(B)53.82º78.61%67.84%-
XYZ29.9733.816.7-
YUV149.2864.64144.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.88%
GREEN value IS 159 (62.5% from 255) = 43.09%
BLUE value IS 37 (14.84% from 255) = 10.03%
R=46.88%
G=43.09%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731593700.080.790.3253.8264.7641.18
HexAD9F25084F20364129
Octal25523745010117406610151
Binary10101101100111111001010100010011111000001101101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9F25; }

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

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

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

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

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

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

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

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