Html Css Color HEX #A1A616 Lucky

📋 copy color: '#A1A616'

red 161 ◦ green 166 ◦ blue 22

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

Shades of Lucky #A1A616

Tints of Lucky #A1A616

RGB

 RED value IS 161 (63.28% from 255) = 46.13%

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

 BLUE value IS 22 (8.98% from 255) = 6.3%

R = 46.13%
G = 47.56%
B = 6.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A1A616 (or 0xA1A616) is known color: Lucky. HEX triplet: A1, A6 and 16. RGB value is (161,166,22). Sum of RGB (Red+Green+Blue) = 161+166+22=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 166 (65.23% from 255 or 47.56% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A616 is #5E59E9. Grayscale: #949494. Windows color (decimal): -6183402 or 1484449. OLE color: 1484449.

HSL color Cylindrical-coordinate representation of color #A1A616: hue angle of 62.08º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1A616 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 161 166 22 -
CMYK 0.03 0 0.87 0.35
HSL 62.08º 0.77% 0.37% -
HSV(B) 62.08º 0.87% 0.65% -
XYZ 28.48 34.91 6 -
YUV 148.09 56.84 137.21 -
System Red Green Blue C M Y K H S L
Decimal 161 166 22 0.03 0 0.87 0.35 62.08 0.77 0.37
Hex A1 A6 16 3 0 57 23 3E 4D 25
Octal 241 246 26 3 0 127 43 76 115 45
Binary 10100001 10100110 10110 11 0 1010111 100011 111110 1001101 100101

Color Harmonies of #A1A616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A616

Black with #A1A616

Text Example


Text Example

White with #A1A616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A616; }

 p { color: rgb(161,166,22); }

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

background-color css

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

 a { background-color: rgb(161,166,22); }

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

border-color css

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

 span { border-color: rgb(161,166,22); }

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