Html Css Color HEX #ADA419 Lucky

📋 copy color: '#ADA419'

red 173 ◦ green 164 ◦ blue 25

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

Shades of Lucky #ADA419

Tints of Lucky #ADA419

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.3%

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

R = 47.79%
G = 45.3%
B = 6.91%

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

#ADA419 (or 0xADA419) is known color: Lucky. HEX triplet: AD, A4 and 19. RGB value is (173,164,25). Sum of RGB (Red+Green+Blue) = 173+164+25=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 164 (64.45% from 255 or 45.30% from 362); Blue value is 25 (10.16% from 255 or 6.91% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA419 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA419 is #525BE6. Grayscale: #979797. Windows color (decimal): -5397479 or 1680557. OLE color: 1680557.

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

Color convert

RGB 173 164 25 -
CMYK 0 0.05 0.86 0.32
HSL 56.35º 0.75% 0.39% -
HSV(B) 56.35º 0.86% 0.68% -
XYZ 30.68 35.51 6.16 -
YUV 150.85 56.98 143.8 -
System Red Green Blue C M Y K H S L
Decimal 173 164 25 0 0.05 0.86 0.32 56.35 0.75 0.39
Hex AD A4 19 0 5 56 20 38 4B 27
Octal 255 244 31 0 5 126 40 70 113 47
Binary 10101101 10100100 11001 0 101 1010110 100000 111000 1001011 100111

Color Harmonies of #ADA419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA419

Black with #ADA419

Text Example


Text Example

White with #ADA419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA419; }

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

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

background-color css

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

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

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

border-color css

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

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

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