Html Css Color HEX #ADA616 Lucky

📋 copy color: '#ADA616'

red 173 ◦ green 166 ◦ blue 22

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

Shades of Lucky #ADA616

Tints of Lucky #ADA616

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.98%

 BLUE value IS 22 (8.98% from 255) = 6.09%

R = 47.92%
G = 45.98%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#ADA616 (or 0xADA616) is known color: Lucky. HEX triplet: AD, A6 and 16. RGB value is (173,166,22). Sum of RGB (Red+Green+Blue) = 173+166+22=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 166 (65.23% from 255 or 45.98% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA616 is #5259E9. Grayscale: #989898. Windows color (decimal): -5396970 or 1484461. OLE color: 1484461.

HSL color Cylindrical-coordinate representation of color #ADA616: hue angle of 57.22º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADA616 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 166 22 -
CMYK 0 0.04 0.87 0.32
HSL 57.22º 0.77% 0.38% -
HSV(B) 57.22º 0.87% 0.68% -
XYZ 31.01 36.21 6.11 -
YUV 151.68 54.82 143.21 -
System Red Green Blue C M Y K H S L
Decimal 173 166 22 0 0.04 0.87 0.32 57.22 0.77 0.38
Hex AD A6 16 0 4 57 20 39 4D 26
Octal 255 246 26 0 4 127 40 71 115 46
Binary 10101101 10100110 10110 0 100 1010111 100000 111001 1001101 100110

Color Harmonies of #ADA616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA616

Black with #ADA616

Text Example


Text Example

White with #ADA616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA616; }

 p { color: rgb(173,166,22); }

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

background-color css

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

 a { background-color: rgb(173,166,22); }

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

border-color css

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

 span { border-color: rgb(173,166,22); }

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