Html Css Color HEX #AD9903 Lucky

📋 copy color: '#AD9903'

red 173 ◦ green 153 ◦ blue 3

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

Shades of Lucky #AD9903

Tints of Lucky #AD9903

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.91%

R = 52.58%
G = 46.5%
B = 0.91%

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

#AD9903 (or 0xAD9903) is known color: Lucky. HEX triplet: AD, 99 and 03. RGB value is (173,153,3). Sum of RGB (Red+Green+Blue) = 173+153+3=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9903 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9903 is #5266FC. Grayscale: #8E8E8E. Windows color (decimal): -5400317 or 235949. OLE color: 235949.

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

Color convert

RGB 173 153 3 -
CMYK 0 0.12 0.98 0.32
HSL 52.94º 0.97% 0.35% -
HSV(B) 52.94º 0.98% 0.68% -
XYZ 28.64 31.67 4.69 -
YUV 141.88 49.63 150.2 -
System Red Green Blue C M Y K H S L
Decimal 173 153 3 0 0.12 0.98 0.32 52.94 0.97 0.35
Hex AD 99 3 0 C 62 20 35 61 23
Octal 255 231 3 0 14 142 40 65 141 43
Binary 10101101 10011001 11 0 1100 1100010 100000 110101 1100001 100011

Color Harmonies of #AD9903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9903

Black with #AD9903

Text Example


Text Example

White with #AD9903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9903; }

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

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

background-color css

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

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

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

border-color css

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

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

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