Html Css Color HEX #ADA70E Lucky

📋 copy color: '#ADA70E'

red 173 ◦ green 167 ◦ blue 14

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

Shades of Lucky #ADA70E

Tints of Lucky #ADA70E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 47.18%

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

R = 48.87%
G = 47.18%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#ADA70E (or 0xADA70E) is known color: Lucky. HEX triplet: AD, A7 and 0E. RGB value is (173,167,14). Sum of RGB (Red+Green+Blue) = 173+167+14=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 167 (65.62% from 255 or 47.18% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA70E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA70E is #5258F1. Grayscale: #979797. Windows color (decimal): -5396722 or 960429. OLE color: 960429.

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

Color convert

RGB 173 167 14 -
CMYK 0 0.03 0.92 0.32
HSL 57.74º 0.85% 0.37% -
HSV(B) 57.74º 0.92% 0.68% -
XYZ 31.13 36.55 5.83 -
YUV 151.35 50.49 143.44 -
System Red Green Blue C M Y K H S L
Decimal 173 167 14 0 0.03 0.92 0.32 57.74 0.85 0.37
Hex AD A7 E 0 3 5C 20 3A 55 25
Octal 255 247 16 0 3 134 40 72 125 45
Binary 10101101 10100111 1110 0 11 1011100 100000 111010 1010101 100101

Color Harmonies of #ADA70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA70E

Black with #ADA70E

Text Example


Text Example

White with #ADA70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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