#AD9625

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

Shades of Lucky #AD9625

Tints of Lucky #AD9625

Color information

#AD9625 (or 0xAD9625) is unknown color: approx Lucky. HEX triplet: AD, 96 and 25. RGB value is (173,150,37). Sum of RGB (Red+Green+Blue) = 173+150+37=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9625 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9625 is #5269DA. Grayscale: #909090. Windows color (decimal): -5401051 or 2463405. OLE color: 2463405.

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

Color convert

RGB17315037-
CMYK00.130.790.32
HSL49.85º64.76%41.18%-
HSV(B)49.85º78.61%67.84%-
XYZ28.4730.836.2-
YUV143.9967.62148.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.06%
GREEN value IS 150 (58.98% from 255) = 41.67%
BLUE value IS 37 (14.84% from 255) = 10.28%
R=48.06%
G=41.67%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731503700.130.790.3249.8564.7641.18
HexAD96250D4F20324129
Octal25522645015117406210151
Binary10101101100101101001010110110011111000001100101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9625; }

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

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

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

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

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

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

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

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