Html Css Color HEX #ADA20A Lucky

📋 copy color: '#ADA20A'

red 173 ◦ green 162 ◦ blue 10

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

Shades of Lucky #ADA20A

Tints of Lucky #ADA20A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.9%

R = 50.14%
G = 46.96%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#ADA20A (or 0xADA20A) is known color: Lucky. HEX triplet: AD, A2 and 0A. RGB value is (173,162,10). Sum of RGB (Red+Green+Blue) = 173+162+10=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 10 (4.30% from 255 or 2.90% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA20A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA20A is #525DF5. Grayscale: #949494. Windows color (decimal): -5398006 or 697005. OLE color: 697005.

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

Color convert

RGB 173 162 10 -
CMYK 0 0.06 0.94 0.32
HSL 55.95º 0.89% 0.36% -
HSV(B) 55.95º 0.94% 0.68% -
XYZ 30.21 34.75 5.4 -
YUV 147.96 50.14 145.86 -
System Red Green Blue C M Y K H S L
Decimal 173 162 10 0 0.06 0.94 0.32 55.95 0.89 0.36
Hex AD A2 A 0 6 5E 20 38 59 24
Octal 255 242 12 0 6 136 40 70 131 44
Binary 10101101 10100010 1010 0 110 1011110 100000 111000 1011001 100100

Color Harmonies of #ADA20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA20A

Black with #ADA20A

Text Example


Text Example

White with #ADA20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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