Html Css Color HEX #ADA100 Lucky

📋 copy color: '#ADA100'

red 173 ◦ green 161 ◦ blue 0

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

Shades of Lucky #ADA100

Tints of Lucky #ADA100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.8%
G = 48.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#ADA100 (or 0xADA100) is known color: Lucky. HEX triplet: AD, A1 and 00. RGB value is (173,161,0). Sum of RGB (Red+Green+Blue) = 173+161+0=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 161 (63.28% from 255 or 48.20% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA100 is #525EFF. Grayscale: #929292. Windows color (decimal): -5398272 or 41389. OLE color: 41389.

HSL color Cylindrical-coordinate representation of color #ADA100: hue angle of 55.84º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADA100 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 161 0 -
CMYK 0 0.07 1 0.32
HSL 55.84º 1% 0.34% -
HSV(B) 55.84º 1% 0.68% -
XYZ 29.98 34.37 5.05 -
YUV 146.23 45.48 147.09 -
System Red Green Blue C M Y K H S L
Decimal 173 161 0 0 0.07 1 0.32 55.84 1 0.34
Hex AD A1 0 0 7 64 20 38 64 22
Octal 255 241 0 0 7 144 40 70 144 42
Binary 10101101 10100001 0 0 111 1100100 100000 111000 1100100 100010

Color Harmonies of #ADA100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA100

Black with #ADA100

Text Example


Text Example

White with #ADA100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA100; }

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

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

background-color css

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

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

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

border-color css

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

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

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