Html Css Color HEX #ADA618 Lucky

📋 copy color: '#ADA618'

red 173 ◦ green 166 ◦ blue 24

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

Shades of Lucky #ADA618

Tints of Lucky #ADA618

RGB

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

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

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

R = 47.66%
G = 45.73%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#ADA618 (or 0xADA618) is known color: Lucky. HEX triplet: AD, A6 and 18. RGB value is (173,166,24). Sum of RGB (Red+Green+Blue) = 173+166+24=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 166 (65.23% from 255 or 45.73% from 363); Blue value is 24 (9.77% from 255 or 6.61% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA618 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA618 is #5259E7. Grayscale: #989898. Windows color (decimal): -5396968 or 1615533. OLE color: 1615533.

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

Color convert

RGB 173 166 24 -
CMYK 0 0.04 0.86 0.32
HSL 57.18º 0.76% 0.39% -
HSV(B) 57.18º 0.86% 0.68% -
XYZ 31.03 36.22 6.22 -
YUV 151.91 55.82 143.05 -
System Red Green Blue C M Y K H S L
Decimal 173 166 24 0 0.04 0.86 0.32 57.18 0.76 0.39
Hex AD A6 18 0 4 56 20 39 4C 27
Octal 255 246 30 0 4 126 40 71 114 47
Binary 10101101 10100110 11000 0 100 1010110 100000 111001 1001100 100111

Color Harmonies of #ADA618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA618

Black with #ADA618

Text Example


Text Example

White with #ADA618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA618; }

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

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

background-color css

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

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

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

border-color css

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

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

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