#AD9901

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

Shades of Lucky #AD9901

Tints of Lucky #AD9901

Color information

#AD9901 (or 0xAD9901) is unknown color: approx Lucky. HEX triplet: AD, 99 and 01. RGB value is (173,153,1). Sum of RGB (Red+Green+Blue) = 173+153+1=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9901 is #5266FE. Grayscale: #8E8E8E. Windows color (decimal): -5400319 or 104877. OLE color: 104877.

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

Color convert

RGB1731531-
CMYK00.120.990.32
HSL53.02º98.85%34.12%-
HSV(B)53.02º99.42%67.84%-
XYZ28.6331.674.63-
YUV141.6548.63150.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.91%
GREEN value IS 153 (60.16% from 255) = 46.79%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=52.91%
G=46.79%
B=0.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173153100.120.990.3253.0298.8534.12
HexAD9910C6320356322
Octal2552311014143406514342
Binary101011011001100110110011000111000001101011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9901; }

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

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

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

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

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

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

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

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