Html Css Color HEX #ADA41A Lucky

📋 copy color: '#ADA41A'

red 173 ◦ green 164 ◦ blue 26

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

Shades of Lucky #ADA41A

Tints of Lucky #ADA41A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.16%

R = 47.66%
G = 45.18%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#ADA41A (or 0xADA41A) is known color: Lucky. HEX triplet: AD, A4 and 1A. RGB value is (173,164,26). Sum of RGB (Red+Green+Blue) = 173+164+26=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 164 (64.45% from 255 or 45.18% from 363); Blue value is 26 (10.55% from 255 or 7.16% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA41A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA41A is #525BE5. Grayscale: #979797. Windows color (decimal): -5397478 or 1746093. OLE color: 1746093.

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

Color convert

RGB 173 164 26 -
CMYK 0 0.05 0.85 0.32
HSL 56.33º 0.74% 0.39% -
HSV(B) 56.33º 0.85% 0.68% -
XYZ 30.7 35.51 6.21 -
YUV 150.96 57.48 143.72 -
System Red Green Blue C M Y K H S L
Decimal 173 164 26 0 0.05 0.85 0.32 56.33 0.74 0.39
Hex AD A4 1A 0 5 55 20 38 4A 27
Octal 255 244 32 0 5 125 40 70 112 47
Binary 10101101 10100100 11010 0 101 1010101 100000 111000 1001010 100111

Color Harmonies of #ADA41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA41A

Black with #ADA41A

Text Example


Text Example

White with #ADA41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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