Html Css Color HEX #ADA101 Lucky

📋 copy color: '#ADA101'

red 173 ◦ green 161 ◦ blue 1

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

Shades of Lucky #ADA101

Tints of Lucky #ADA101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 51.64%
G = 48.06%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#ADA101 (or 0xADA101) is known color: Lucky. HEX triplet: AD, A1 and 01. RGB value is (173,161,1). Sum of RGB (Red+Green+Blue) = 173+161+1=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 161 (63.28% from 255 or 48.06% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA101 is #525EFE. Grayscale: #939393. Windows color (decimal): -5398271 or 106925. OLE color: 106925.

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

Color convert

RGB 173 161 1 -
CMYK 0 0.07 0.99 0.32
HSL 55.81º 0.99% 0.34% -
HSV(B) 55.81º 0.99% 0.68% -
XYZ 29.98 34.38 5.08 -
YUV 146.35 45.98 147.01 -
System Red Green Blue C M Y K H S L
Decimal 173 161 1 0 0.07 0.99 0.32 55.81 0.99 0.34
Hex AD A1 1 0 7 63 20 38 63 22
Octal 255 241 1 0 7 143 40 70 143 42
Binary 10101101 10100001 1 0 111 1100011 100000 111000 1100011 100010

Color Harmonies of #ADA101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA101

Black with #ADA101

Text Example


Text Example

White with #ADA101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA101; }

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

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

background-color css

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

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

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

border-color css

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

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

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