Html Css Color HEX #AD9E04 Lucky

📋 copy color: '#AD9E04'

red 173 ◦ green 158 ◦ blue 4

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

Shades of Lucky #AD9E04

Tints of Lucky #AD9E04

RGB

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

 GREEN value IS 158 (62.11% from 255) = 47.16%

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

R = 51.64%
G = 47.16%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD9E04 (or 0xAD9E04) is known color: Lucky. HEX triplet: AD, 9E and 04. RGB value is (173,158,4). Sum of RGB (Red+Green+Blue) = 173+158+4=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 4 (1.95% from 255 or 1.19% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9E04 is #5261FB. Grayscale: #919191. Windows color (decimal): -5399036 or 302765. OLE color: 302765.

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

Color convert

RGB 173 158 4 -
CMYK 0 0.09 0.98 0.32
HSL 54.67º 0.95% 0.35% -
HSV(B) 54.67º 0.98% 0.68% -
XYZ 29.48 33.35 5 -
YUV 144.93 48.47 148.02 -
System Red Green Blue C M Y K H S L
Decimal 173 158 4 0 0.09 0.98 0.32 54.67 0.95 0.35
Hex AD 9E 4 0 9 62 20 37 5F 23
Octal 255 236 4 0 11 142 40 67 137 43
Binary 10101101 10011110 100 0 1001 1100010 100000 110111 1011111 100011

Color Harmonies of #AD9E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9E04

Black with #AD9E04

Text Example


Text Example

White with #AD9E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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