Html Css Color HEX #ADA518 Lucky

📋 copy color: '#ADA518'

red 173 ◦ green 165 ◦ blue 24

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

Shades of Lucky #ADA518

Tints of Lucky #ADA518

RGB

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

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

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

R = 47.79%
G = 45.58%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#ADA518 (or 0xADA518) is known color: Lucky. HEX triplet: AD, A5 and 18. RGB value is (173,165,24). Sum of RGB (Red+Green+Blue) = 173+165+24=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 165 (64.84% from 255 or 45.58% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA518 is #525AE7. Grayscale: #979797. Windows color (decimal): -5397224 or 1615277. OLE color: 1615277.

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

Color convert

RGB 173 165 24 -
CMYK 0 0.05 0.86 0.32
HSL 56.78º 0.76% 0.39% -
HSV(B) 56.78º 0.86% 0.68% -
XYZ 30.85 35.86 6.16 -
YUV 151.32 56.15 143.46 -
System Red Green Blue C M Y K H S L
Decimal 173 165 24 0 0.05 0.86 0.32 56.78 0.76 0.39
Hex AD A5 18 0 5 56 20 39 4C 27
Octal 255 245 30 0 5 126 40 71 114 47
Binary 10101101 10100101 11000 0 101 1010110 100000 111001 1001100 100111

Color Harmonies of #ADA518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA518

Black with #ADA518

Text Example


Text Example

White with #ADA518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA518; }

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

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

background-color css

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

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

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

border-color css

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

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

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