Html Css Color HEX #ADA50E Lucky

📋 copy color: '#ADA50E'

red 173 ◦ green 165 ◦ blue 14

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

Shades of Lucky #ADA50E

Tints of Lucky #ADA50E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.88%

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

R = 49.15%
G = 46.88%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#ADA50E (or 0xADA50E) is known color: Lucky. HEX triplet: AD, A5 and 0E. RGB value is (173,165,14). Sum of RGB (Red+Green+Blue) = 173+165+14=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 165 (64.84% from 255 or 46.88% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA50E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA50E is #525AF1. Grayscale: #969696. Windows color (decimal): -5397234 or 959917. OLE color: 959917.

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

Color convert

RGB 173 165 14 -
CMYK 0 0.05 0.92 0.32
HSL 56.98º 0.85% 0.37% -
HSV(B) 56.98º 0.92% 0.68% -
XYZ 30.77 35.83 5.71 -
YUV 150.18 51.15 144.28 -
System Red Green Blue C M Y K H S L
Decimal 173 165 14 0 0.05 0.92 0.32 56.98 0.85 0.37
Hex AD A5 E 0 5 5C 20 39 55 25
Octal 255 245 16 0 5 134 40 71 125 45
Binary 10101101 10100101 1110 0 101 1011100 100000 111001 1010101 100101

Color Harmonies of #ADA50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA50E

Black with #ADA50E

Text Example


Text Example

White with #ADA50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA50E; }

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

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

background-color css

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

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

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

border-color css

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

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

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