Html Css Color HEX #ADA610 Lucky

📋 copy color: '#ADA610'

red 173 ◦ green 166 ◦ blue 16

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

Shades of Lucky #ADA610

Tints of Lucky #ADA610

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.76%

 BLUE value IS 16 (6.64% from 255) = 4.51%

R = 48.73%
G = 46.76%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#ADA610 (or 0xADA610) is known color: Lucky. HEX triplet: AD, A6 and 10. RGB value is (173,166,16). Sum of RGB (Red+Green+Blue) = 173+166+16=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 166 (65.23% from 255 or 46.76% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA610 is #5259EF. Grayscale: #979797. Windows color (decimal): -5396976 or 1091245. OLE color: 1091245.

HSL color Cylindrical-coordinate representation of color #ADA610: hue angle of 57.32º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADA610 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 166 16 -
CMYK 0 0.04 0.91 0.32
HSL 57.32º 0.83% 0.37% -
HSV(B) 57.32º 0.91% 0.68% -
XYZ 30.96 36.19 5.84 -
YUV 150.99 51.82 143.7 -
System Red Green Blue C M Y K H S L
Decimal 173 166 16 0 0.04 0.91 0.32 57.32 0.83 0.37
Hex AD A6 10 0 4 5B 20 39 53 25
Octal 255 246 20 0 4 133 40 71 123 45
Binary 10101101 10100110 10000 0 100 1011011 100000 111001 1010011 100101

Color Harmonies of #ADA610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA610

Black with #ADA610

Text Example


Text Example

White with #ADA610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA610; }

 p { color: rgb(173,166,16); }

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

background-color css

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

 a { background-color: rgb(173,166,16); }

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

border-color css

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

 span { border-color: rgb(173,166,16); }

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