Html Css Color HEX #AD9904 Lucky

📋 copy color: '#AD9904'

red 173 ◦ green 153 ◦ blue 4

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

Shades of Lucky #AD9904

Tints of Lucky #AD9904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.21%

R = 52.42%
G = 46.36%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD9904 (or 0xAD9904) is known color: Lucky. HEX triplet: AD, 99 and 04. RGB value is (173,153,4). Sum of RGB (Red+Green+Blue) = 173+153+4=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9904 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9904 is #5266FB. Grayscale: #8E8E8E. Windows color (decimal): -5400316 or 301485. OLE color: 301485.

HSL color Cylindrical-coordinate representation of color #AD9904: hue angle of 52.9º degrees, saturation: 0.95, 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 #AD9904 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 153 4 -
CMYK 0 0.12 0.98 0.32
HSL 52.9º 0.95% 0.35% -
HSV(B) 52.9º 0.98% 0.68% -
XYZ 28.65 31.68 4.72 -
YUV 141.99 50.13 150.12 -
System Red Green Blue C M Y K H S L
Decimal 173 153 4 0 0.12 0.98 0.32 52.9 0.95 0.35
Hex AD 99 4 0 C 62 20 35 5F 23
Octal 255 231 4 0 14 142 40 65 137 43
Binary 10101101 10011001 100 0 1100 1100010 100000 110101 1011111 100011

Color Harmonies of #AD9904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9904

Black with #AD9904

Text Example


Text Example

White with #AD9904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9904; }

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

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

background-color css

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

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

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

border-color css

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

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

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