Html Css Color HEX #ADA118 Lucky

📋 copy color: '#ADA118'

red 173 ◦ green 161 ◦ blue 24

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

Shades of Lucky #ADA118

Tints of Lucky #ADA118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.7%

R = 48.32%
G = 44.97%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#ADA118 (or 0xADA118) is known color: Lucky. HEX triplet: AD, A1 and 18. RGB value is (173,161,24). Sum of RGB (Red+Green+Blue) = 173+161+24=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA118 is #525EE7. Grayscale: #959595. Windows color (decimal): -5398248 or 1614253. OLE color: 1614253.

HSL color Cylindrical-coordinate representation of color #ADA118: hue angle of 55.17º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADA118 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 161 24 -
CMYK 0 0.07 0.86 0.32
HSL 55.17º 0.76% 0.39% -
HSV(B) 55.17º 0.86% 0.68% -
XYZ 30.14 34.44 5.92 -
YUV 148.97 57.48 145.14 -
System Red Green Blue C M Y K H S L
Decimal 173 161 24 0 0.07 0.86 0.32 55.17 0.76 0.39
Hex AD A1 18 0 7 56 20 37 4C 27
Octal 255 241 30 0 7 126 40 67 114 47
Binary 10101101 10100001 11000 0 111 1010110 100000 110111 1001100 100111

Color Harmonies of #ADA118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA118

Black with #ADA118

Text Example


Text Example

White with #ADA118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA118; }

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

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

background-color css

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

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

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

border-color css

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

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

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