Html Css Color HEX #AD9805 Lucky

📋 copy color: '#AD9805'

red 173 ◦ green 152 ◦ blue 5

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

Shades of Lucky #AD9805

Tints of Lucky #AD9805

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.06%

 BLUE value IS 5 (2.34% from 255) = 1.52%

R = 52.42%
G = 46.06%
B = 1.52%

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

#AD9805 (or 0xAD9805) is known color: Lucky. HEX triplet: AD, 98 and 05. RGB value is (173,152,5). Sum of RGB (Red+Green+Blue) = 173+152+5=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9805 is #5267FA. Grayscale: #8E8E8E. Windows color (decimal): -5400571 or 366765. OLE color: 366765.

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

Color convert

RGB 173 152 5 -
CMYK 0 0.12 0.97 0.32
HSL 52.5º 0.94% 0.35% -
HSV(B) 52.5º 0.97% 0.68% -
XYZ 28.49 31.35 4.69 -
YUV 141.52 50.96 150.45 -
System Red Green Blue C M Y K H S L
Decimal 173 152 5 0 0.12 0.97 0.32 52.5 0.94 0.35
Hex AD 98 5 0 C 61 20 34 5E 23
Octal 255 230 5 0 14 141 40 64 136 43
Binary 10101101 10011000 101 0 1100 1100001 100000 110100 1011110 100011

Color Harmonies of #AD9805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9805

Black with #AD9805

Text Example


Text Example

White with #AD9805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9805; }

 p { color: rgb(173,152,5); }

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

background-color css

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

 a { background-color: rgb(173,152,5); }

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

border-color css

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

 span { border-color: rgb(173,152,5); }

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