Html Css Color HEX #AD9900 Lucky

📋 copy color: '#AD9900'

red 173 ◦ green 153 ◦ blue 0

#AD9900
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky #AD9900

Tints of Lucky #AD9900

RGB

 RED value IS 173 (67.97% from 255) = 53.07%

 GREEN value IS 153 (60.16% from 255) = 46.93%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.07%
G = 46.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AD9900 (or 0xAD9900) is known color: Lucky. HEX triplet: AD, 99 and 00. RGB value is (173,153,0). Sum of RGB (Red+Green+Blue) = 173+153+0=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9900 is #5266FF. Grayscale: #8E8E8E. Windows color (decimal): -5400320 or 39341. OLE color: 39341.

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

Color convert

RGB 173 153 0 -
CMYK 0 0.12 1 0.32
HSL 53.06º 1% 0.34% -
HSV(B) 53.06º 1% 0.68% -
XYZ 28.62 31.67 4.6 -
YUV 141.54 48.13 150.44 -
System Red Green Blue C M Y K H S L
Decimal 173 153 0 0 0.12 1 0.32 53.06 1 0.34
Hex AD 99 0 0 C 64 20 35 64 22
Octal 255 231 0 0 14 144 40 65 144 42
Binary 10101101 10011001 0 0 1100 1100100 100000 110101 1100100 100010

Color Harmonies of #AD9900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9900

Black with #AD9900

Text Example


Text Example

White with #AD9900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9900; }

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

 H1.HeaderClassName
 {
   color: #AD9900;
 }
 .AnyTagClassName
 {
   color: #AD9900;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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