Html Css Color HEX #ADA40C Lucky

📋 copy color: '#ADA40C'

red 173 ◦ green 164 ◦ blue 12

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

Shades of Lucky #ADA40C

Tints of Lucky #ADA40C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.44%

R = 49.57%
G = 46.99%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#ADA40C (or 0xADA40C) is known color: Lucky. HEX triplet: AD, A4 and 0C. RGB value is (173,164,12). Sum of RGB (Red+Green+Blue) = 173+164+12=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 164 (64.45% from 255 or 46.99% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA40C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA40C is #525BF3. Grayscale: #959595. Windows color (decimal): -5397492 or 828589. OLE color: 828589.

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

Color convert

RGB 173 164 12 -
CMYK 0 0.05 0.93 0.32
HSL 56.65º 0.87% 0.36% -
HSV(B) 56.65º 0.93% 0.68% -
XYZ 30.58 35.46 5.58 -
YUV 149.36 50.48 144.86 -
System Red Green Blue C M Y K H S L
Decimal 173 164 12 0 0.05 0.93 0.32 56.65 0.87 0.36
Hex AD A4 C 0 5 5D 20 39 57 24
Octal 255 244 14 0 5 135 40 71 127 44
Binary 10101101 10100100 1100 0 101 1011101 100000 111001 1010111 100100

Color Harmonies of #ADA40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA40C

Black with #ADA40C

Text Example


Text Example

White with #ADA40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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