Html Css Color HEX #ADA60E Lucky

📋 copy color: '#ADA60E'

red 173 ◦ green 166 ◦ blue 14

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

Shades of Lucky #ADA60E

Tints of Lucky #ADA60E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.03%

 BLUE value IS 14 (5.86% from 255) = 3.97%

R = 49.01%
G = 47.03%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#ADA60E (or 0xADA60E) is known color: Lucky. HEX triplet: AD, A6 and 0E. RGB value is (173,166,14). Sum of RGB (Red+Green+Blue) = 173+166+14=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 166 (65.23% from 255 or 47.03% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA60E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA60E is #5259F1. Grayscale: #979797. Windows color (decimal): -5396978 or 960173. OLE color: 960173.

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

Color convert

RGB 173 166 14 -
CMYK 0 0.04 0.92 0.32
HSL 57.36º 0.85% 0.37% -
HSV(B) 57.36º 0.92% 0.68% -
XYZ 30.95 36.19 5.77 -
YUV 150.77 50.82 143.86 -
System Red Green Blue C M Y K H S L
Decimal 173 166 14 0 0.04 0.92 0.32 57.36 0.85 0.37
Hex AD A6 E 0 4 5C 20 39 55 25
Octal 255 246 16 0 4 134 40 71 125 45
Binary 10101101 10100110 1110 0 100 1011100 100000 111001 1010101 100101

Color Harmonies of #ADA60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA60E

Black with #ADA60E

Text Example


Text Example

White with #ADA60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA60E; }

 p { color: rgb(173,166,14); }

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

background-color css

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

 a { background-color: rgb(173,166,14); }

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

border-color css

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

 span { border-color: rgb(173,166,14); }

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