Html Css Color HEX #ADA41E Lucky

📋 copy color: '#ADA41E'

red 173 ◦ green 164 ◦ blue 30

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

Shades of Lucky #ADA41E

Tints of Lucky #ADA41E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.17%

R = 47.14%
G = 44.69%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#ADA41E (or 0xADA41E) is known color: Lucky. HEX triplet: AD, A4 and 1E. RGB value is (173,164,30). Sum of RGB (Red+Green+Blue) = 173+164+30=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 30 (12.11% from 255 or 8.17% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA41E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA41E is #525BE1. Grayscale: #979797. Windows color (decimal): -5397474 or 2008237. OLE color: 2008237.

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

Color convert

RGB 173 164 30 -
CMYK 0 0.05 0.83 0.32
HSL 56.22º 0.7% 0.4% -
HSV(B) 56.22º 0.83% 0.68% -
XYZ 30.74 35.53 6.47 -
YUV 151.42 59.48 143.4 -
System Red Green Blue C M Y K H S L
Decimal 173 164 30 0 0.05 0.83 0.32 56.22 0.7 0.4
Hex AD A4 1E 0 5 53 20 38 46 28
Octal 255 244 36 0 5 123 40 70 106 50
Binary 10101101 10100100 11110 0 101 1010011 100000 111000 1000110 101000

Color Harmonies of #ADA41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA41E

Black with #ADA41E

Text Example


Text Example

White with #ADA41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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