Html Css Color HEX #ADA019 Lucky

📋 copy color: '#ADA019'

red 173 ◦ green 160 ◦ blue 25

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

Shades of Lucky #ADA019

Tints of Lucky #ADA019

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.69%

 BLUE value IS 25 (10.16% from 255) = 6.98%

R = 48.32%
G = 44.69%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#ADA019 (or 0xADA019) is known color: Lucky. HEX triplet: AD, A0 and 19. RGB value is (173,160,25). Sum of RGB (Red+Green+Blue) = 173+160+25=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 160 (62.89% from 255 or 44.69% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA019 is #525FE6. Grayscale: #959595. Windows color (decimal): -5398503 or 1679533. OLE color: 1679533.

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

Color convert

RGB 173 160 25 -
CMYK 0 0.08 0.86 0.32
HSL 54.73º 0.75% 0.39% -
HSV(B) 54.73º 0.86% 0.68% -
XYZ 29.98 34.1 5.92 -
YUV 148.5 58.31 145.48 -
System Red Green Blue C M Y K H S L
Decimal 173 160 25 0 0.08 0.86 0.32 54.73 0.75 0.39
Hex AD A0 19 0 8 56 20 37 4B 27
Octal 255 240 31 0 10 126 40 67 113 47
Binary 10101101 10100000 11001 0 1000 1010110 100000 110111 1001011 100111

Color Harmonies of #ADA019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA019

Black with #ADA019

Text Example


Text Example

White with #ADA019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA019; }

 p { color: rgb(173,160,25); }

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

background-color css

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

 a { background-color: rgb(173,160,25); }

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

border-color css

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

 span { border-color: rgb(173,160,25); }

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