Html Css Color HEX #ADA410 Lucky

📋 copy color: '#ADA410'

red 173 ◦ green 164 ◦ blue 16

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

Shades of Lucky #ADA410

Tints of Lucky #ADA410

RGB

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

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

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

R = 49.01%
G = 46.46%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#ADA410 (or 0xADA410) is known color: Lucky. HEX triplet: AD, A4 and 10. RGB value is (173,164,16). Sum of RGB (Red+Green+Blue) = 173+164+16=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 164 (64.45% from 255 or 46.46% from 353); Blue value is 16 (6.64% from 255 or 4.53% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA410 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA410 is #525BEF. Grayscale: #969696. Windows color (decimal): -5397488 or 1090733. OLE color: 1090733.

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

Color convert

RGB 173 164 16 -
CMYK 0 0.05 0.91 0.32
HSL 56.56º 0.83% 0.37% -
HSV(B) 56.56º 0.91% 0.68% -
XYZ 30.6 35.47 5.72 -
YUV 149.82 52.48 144.53 -
System Red Green Blue C M Y K H S L
Decimal 173 164 16 0 0.05 0.91 0.32 56.56 0.83 0.37
Hex AD A4 10 0 5 5B 20 39 53 25
Octal 255 244 20 0 5 133 40 71 123 45
Binary 10101101 10100100 10000 0 101 1011011 100000 111001 1010011 100101

Color Harmonies of #ADA410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA410

Black with #ADA410

Text Example


Text Example

White with #ADA410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA410; }

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

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

background-color css

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

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

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

border-color css

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

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

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