Html Css Color HEX #AD9F04 Lucky

📋 copy color: '#AD9F04'

red 173 ◦ green 159 ◦ blue 4

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

Shades of Lucky #AD9F04

Tints of Lucky #AD9F04

RGB

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

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

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

R = 51.49%
G = 47.32%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD9F04 (or 0xAD9F04) is known color: Lucky. HEX triplet: AD, 9F and 04. RGB value is (173,159,4). Sum of RGB (Red+Green+Blue) = 173+159+4=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 4 (1.95% from 255 or 1.19% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9F04 is #5260FB. Grayscale: #929292. Windows color (decimal): -5398780 or 303021. OLE color: 303021.

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

Color convert

RGB 173 159 4 -
CMYK 0 0.08 0.98 0.32
HSL 55.03º 0.95% 0.35% -
HSV(B) 55.03º 0.98% 0.68% -
XYZ 29.65 33.69 5.05 -
YUV 145.52 48.14 147.6 -
System Red Green Blue C M Y K H S L
Decimal 173 159 4 0 0.08 0.98 0.32 55.03 0.95 0.35
Hex AD 9F 4 0 8 62 20 37 5F 23
Octal 255 237 4 0 10 142 40 67 137 43
Binary 10101101 10011111 100 0 1000 1100010 100000 110111 1011111 100011

Color Harmonies of #AD9F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9F04

Black with #AD9F04

Text Example


Text Example

White with #AD9F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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