Html Css Color HEX #ADA110 Lucky

📋 copy color: '#ADA110'

red 173 ◦ green 161 ◦ blue 16

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

Shades of Lucky #ADA110

Tints of Lucky #ADA110

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46%

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

R = 49.43%
G = 46%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#ADA110 (or 0xADA110) is known color: Lucky. HEX triplet: AD, A1 and 10. RGB value is (173,161,16). Sum of RGB (Red+Green+Blue) = 173+161+16=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 161 (63.28% from 255 or 46% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA110 is #525EEF. Grayscale: #949494. Windows color (decimal): -5398256 or 1089965. OLE color: 1089965.

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

Color convert

RGB 173 161 16 -
CMYK 0 0.07 0.91 0.32
HSL 55.41º 0.83% 0.37% -
HSV(B) 55.41º 0.91% 0.68% -
XYZ 30.07 34.41 5.55 -
YUV 148.06 53.48 145.79 -
System Red Green Blue C M Y K H S L
Decimal 173 161 16 0 0.07 0.91 0.32 55.41 0.83 0.37
Hex AD A1 10 0 7 5B 20 37 53 25
Octal 255 241 20 0 7 133 40 67 123 45
Binary 10101101 10100001 10000 0 111 1011011 100000 110111 1010011 100101

Color Harmonies of #ADA110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA110

Black with #ADA110

Text Example


Text Example

White with #ADA110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA110; }

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

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

background-color css

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

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

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

border-color css

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

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

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