Html Css Color HEX #ADA404 Lucky

📋 copy color: '#ADA404'

red 173 ◦ green 164 ◦ blue 4

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

Shades of Lucky #ADA404

Tints of Lucky #ADA404

RGB

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

 GREEN value IS 164 (64.45% from 255) = 48.09%

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

R = 50.73%
G = 48.09%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#ADA404 (or 0xADA404) is known color: Lucky. HEX triplet: AD, A4 and 04. RGB value is (173,164,4). Sum of RGB (Red+Green+Blue) = 173+164+4=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 164 (64.45% from 255 or 48.09% from 341); Blue value is 4 (1.95% from 255 or 1.17% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA404 is #525BFB. Grayscale: #959595. Windows color (decimal): -5397500 or 304301. OLE color: 304301.

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

Color convert

RGB 173 164 4 -
CMYK 0 0.05 0.98 0.32
HSL 56.8º 0.95% 0.35% -
HSV(B) 56.8º 0.98% 0.68% -
XYZ 30.53 35.44 5.35 -
YUV 148.45 46.48 145.51 -
System Red Green Blue C M Y K H S L
Decimal 173 164 4 0 0.05 0.98 0.32 56.8 0.95 0.35
Hex AD A4 4 0 5 62 20 39 5F 23
Octal 255 244 4 0 5 142 40 71 137 43
Binary 10101101 10100100 100 0 101 1100010 100000 111001 1011111 100011

Color Harmonies of #ADA404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA404

Black with #ADA404

Text Example


Text Example

White with #ADA404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA404; }

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

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

background-color css

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

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

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

border-color css

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

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

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