Html Css Color HEX #ADA20E Lucky

📋 copy color: '#ADA20E'

red 173 ◦ green 162 ◦ blue 14

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

Shades of Lucky #ADA20E

Tints of Lucky #ADA20E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.42%

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

R = 49.57%
G = 46.42%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#ADA20E (or 0xADA20E) is known color: Lucky. HEX triplet: AD, A2 and 0E. RGB value is (173,162,14). Sum of RGB (Red+Green+Blue) = 173+162+14=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 162 (63.67% from 255 or 46.42% from 349); Blue value is 14 (5.86% from 255 or 4.01% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA20E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA20E is #525DF1. Grayscale: #959595. Windows color (decimal): -5398002 or 959149. OLE color: 959149.

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

Color convert

RGB 173 162 14 -
CMYK 0 0.06 0.92 0.32
HSL 55.85º 0.85% 0.37% -
HSV(B) 55.85º 0.92% 0.68% -
XYZ 30.23 34.76 5.53 -
YUV 148.42 52.14 145.53 -
System Red Green Blue C M Y K H S L
Decimal 173 162 14 0 0.06 0.92 0.32 55.85 0.85 0.37
Hex AD A2 E 0 6 5C 20 38 55 25
Octal 255 242 16 0 6 134 40 70 125 45
Binary 10101101 10100010 1110 0 110 1011100 100000 111000 1010101 100101

Color Harmonies of #ADA20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA20E

Black with #ADA20E

Text Example


Text Example

White with #ADA20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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