#AD9803

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

Shades of Lucky #AD9803

Tints of Lucky #AD9803

Color information

#AD9803 (or 0xAD9803) is unknown color: approx Lucky. HEX triplet: AD, 98 and 03. RGB value is (173,152,3). Sum of RGB (Red+Green+Blue) = 173+152+3=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 3 (1.56% from 255 or 0.91% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9803 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9803 is #5267FC. Grayscale: #8D8D8D. Windows color (decimal): -5400573 or 235693. OLE color: 235693.

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

Color convert

RGB1731523-
CMYK00.120.980.32
HSL52.59º96.59%34.51%-
HSV(B)52.59º98.27%67.84%-
XYZ28.4831.354.64-
YUV141.2949.96150.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.74%
GREEN value IS 152 (59.77% from 255) = 46.34%
BLUE value IS 3 (1.56% from 255) = 0.91%
R=52.74%
G=46.34%
B=0.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173152300.120.980.3252.5996.5934.51
HexAD9830C6220356123
Octal2552303014142406514143
Binary1010110110011000110110011000101000001101011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9803; }

 p { color: rgb(173,152,3); }

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

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

 a { background-color: rgb(173,152,3); }

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

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

 span { border-color: rgb(173,152,3); }

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