Html Css Color HEX #AD9F05 Lucky

📋 copy color: '#AD9F05'

red 173 ◦ green 159 ◦ blue 5

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

Shades of Lucky #AD9F05

Tints of Lucky #AD9F05

RGB

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

 GREEN value IS 159 (62.5% from 255) = 47.18%

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

R = 51.34%
G = 47.18%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD9F05 (or 0xAD9F05) is known color: Lucky. HEX triplet: AD, 9F and 05. RGB value is (173,159,5). Sum of RGB (Red+Green+Blue) = 173+159+5=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 159 (62.5% from 255 or 47.18% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9F05 is #5260FA. Grayscale: #929292. Windows color (decimal): -5398779 or 368557. OLE color: 368557.

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

Color convert

RGB 173 159 5 -
CMYK 0 0.08 0.97 0.32
HSL 55º 0.94% 0.35% -
HSV(B) 55º 0.97% 0.68% -
XYZ 29.66 33.69 5.08 -
YUV 145.63 48.64 147.52 -
System Red Green Blue C M Y K H S L
Decimal 173 159 5 0 0.08 0.97 0.32 55 0.94 0.35
Hex AD 9F 5 0 8 61 20 37 5E 23
Octal 255 237 5 0 10 141 40 67 136 43
Binary 10101101 10011111 101 0 1000 1100001 100000 110111 1011110 100011

Color Harmonies of #AD9F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9F05

Black with #AD9F05

Text Example


Text Example

White with #AD9F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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