Html Css Color HEX #AD9906 Lucky

📋 copy color: '#AD9906'

red 173 ◦ green 153 ◦ blue 6

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

Shades of Lucky #AD9906

Tints of Lucky #AD9906

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.81%

R = 52.11%
G = 46.08%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD9906 (or 0xAD9906) is known color: Lucky. HEX triplet: AD, 99 and 06. RGB value is (173,153,6). Sum of RGB (Red+Green+Blue) = 173+153+6=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 6 (2.73% from 255 or 1.81% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9906 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9906 is #5266F9. Grayscale: #8E8E8E. Windows color (decimal): -5400314 or 432557. OLE color: 432557.

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

Color convert

RGB 173 153 6 -
CMYK 0 0.12 0.97 0.32
HSL 52.81º 0.93% 0.35% -
HSV(B) 52.81º 0.97% 0.68% -
XYZ 28.66 31.68 4.78 -
YUV 142.22 51.13 149.95 -
System Red Green Blue C M Y K H S L
Decimal 173 153 6 0 0.12 0.97 0.32 52.81 0.93 0.35
Hex AD 99 6 0 C 61 20 35 5D 23
Octal 255 231 6 0 14 141 40 65 135 43
Binary 10101101 10011001 110 0 1100 1100001 100000 110101 1011101 100011

Color Harmonies of #AD9906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9906

Black with #AD9906

Text Example


Text Example

White with #AD9906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9906; }

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

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

background-color css

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

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

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

border-color css

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

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

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