Html Css Color HEX #ADA116 Lucky

📋 copy color: '#ADA116'

red 173 ◦ green 161 ◦ blue 22

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

Shades of Lucky #ADA116

Tints of Lucky #ADA116

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.22%

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

R = 48.6%
G = 45.22%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#ADA116 (or 0xADA116) is known color: Lucky. HEX triplet: AD, A1 and 16. RGB value is (173,161,22). Sum of RGB (Red+Green+Blue) = 173+161+22=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA116 is #525EE9. Grayscale: #959595. Windows color (decimal): -5398250 or 1483181. OLE color: 1483181.

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

Color convert

RGB 173 161 22 -
CMYK 0 0.07 0.87 0.32
HSL 55.23º 0.77% 0.38% -
HSV(B) 55.23º 0.87% 0.68% -
XYZ 30.12 34.43 5.82 -
YUV 148.74 56.48 145.3 -
System Red Green Blue C M Y K H S L
Decimal 173 161 22 0 0.07 0.87 0.32 55.23 0.77 0.38
Hex AD A1 16 0 7 57 20 37 4D 26
Octal 255 241 26 0 7 127 40 67 115 46
Binary 10101101 10100001 10110 0 111 1010111 100000 110111 1001101 100110

Color Harmonies of #ADA116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA116

Black with #ADA116

Text Example


Text Example

White with #ADA116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA116; }

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

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

background-color css

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

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

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

border-color css

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

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

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