Html Css Color HEX #ADA40A Lucky

📋 copy color: '#ADA40A'

red 173 ◦ green 164 ◦ blue 10

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

Shades of Lucky #ADA40A

Tints of Lucky #ADA40A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 47.26%

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

R = 49.86%
G = 47.26%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#ADA40A (or 0xADA40A) is known color: Lucky. HEX triplet: AD, A4 and 0A. RGB value is (173,164,10). Sum of RGB (Red+Green+Blue) = 173+164+10=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 164 (64.45% from 255 or 47.26% from 347); Blue value is 10 (4.30% from 255 or 2.88% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA40A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA40A is #525BF5. Grayscale: #959595. Windows color (decimal): -5397494 or 697517. OLE color: 697517.

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

Color convert

RGB 173 164 10 -
CMYK 0 0.05 0.94 0.32
HSL 56.69º 0.89% 0.36% -
HSV(B) 56.69º 0.94% 0.68% -
XYZ 30.56 35.46 5.52 -
YUV 149.14 49.48 145.02 -
System Red Green Blue C M Y K H S L
Decimal 173 164 10 0 0.05 0.94 0.32 56.69 0.89 0.36
Hex AD A4 A 0 5 5E 20 39 59 24
Octal 255 244 12 0 5 136 40 71 131 44
Binary 10101101 10100100 1010 0 101 1011110 100000 111001 1011001 100100

Color Harmonies of #ADA40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA40A

Black with #ADA40A

Text Example


Text Example

White with #ADA40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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