Html Css Color HEX #ADA516 Lucky

📋 copy color: '#ADA516'

red 173 ◦ green 165 ◦ blue 22

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

Shades of Lucky #ADA516

Tints of Lucky #ADA516

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.83%

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

R = 48.06%
G = 45.83%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#ADA516 (or 0xADA516) is known color: Lucky. HEX triplet: AD, A5 and 16. RGB value is (173,165,22). Sum of RGB (Red+Green+Blue) = 173+165+22=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 165 (64.84% from 255 or 45.83% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA516 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA516 is #525AE9. Grayscale: #979797. Windows color (decimal): -5397226 or 1484205. OLE color: 1484205.

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

Color convert

RGB 173 165 22 -
CMYK 0 0.05 0.87 0.32
HSL 56.82º 0.77% 0.38% -
HSV(B) 56.82º 0.87% 0.68% -
XYZ 30.83 35.85 6.05 -
YUV 151.09 55.15 143.63 -
System Red Green Blue C M Y K H S L
Decimal 173 165 22 0 0.05 0.87 0.32 56.82 0.77 0.38
Hex AD A5 16 0 5 57 20 39 4D 26
Octal 255 245 26 0 5 127 40 71 115 46
Binary 10101101 10100101 10110 0 101 1010111 100000 111001 1001101 100110

Color Harmonies of #ADA516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA516

Black with #ADA516

Text Example


Text Example

White with #ADA516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA516; }

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

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

background-color css

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

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

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

border-color css

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

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

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