Html Css Color HEX #ADA20D Lucky

📋 copy color: '#ADA20D'

red 173 ◦ green 162 ◦ blue 13

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

Shades of Lucky #ADA20D

Tints of Lucky #ADA20D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.74%

R = 49.71%
G = 46.55%
B = 3.74%

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

#ADA20D (or 0xADA20D) is known color: Lucky. HEX triplet: AD, A2 and 0D. RGB value is (173,162,13). Sum of RGB (Red+Green+Blue) = 173+162+13=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 162 (63.67% from 255 or 46.55% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA20D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA20D is #525DF2. Grayscale: #949494. Windows color (decimal): -5398003 or 893613. OLE color: 893613.

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

Color convert

RGB 173 162 13 -
CMYK 0 0.06 0.92 0.32
HSL 55.88º 0.86% 0.36% -
HSV(B) 55.88º 0.92% 0.68% -
XYZ 30.23 34.75 5.5 -
YUV 148.3 51.64 145.62 -
System Red Green Blue C M Y K H S L
Decimal 173 162 13 0 0.06 0.92 0.32 55.88 0.86 0.36
Hex AD A2 D 0 6 5C 20 38 56 24
Octal 255 242 15 0 6 134 40 70 126 44
Binary 10101101 10100010 1101 0 110 1011100 100000 111000 1010110 100100

Color Harmonies of #ADA20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA20D

Black with #ADA20D

Text Example


Text Example

White with #ADA20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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