Html Css Color HEX #A1A619 Lucky

📋 copy color: '#A1A619'

red 161 ◦ green 166 ◦ blue 25

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

Shades of Lucky #A1A619

Tints of Lucky #A1A619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.1%

R = 45.74%
G = 47.16%
B = 7.1%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A1A619 (or 0xA1A619) is known color: Lucky. HEX triplet: A1, A6 and 19. RGB value is (161,166,25). Sum of RGB (Red+Green+Blue) = 161+166+25=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 166 (65.23% from 255 or 47.16% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A619 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A619 is #5E59E6. Grayscale: #949494. Windows color (decimal): -6183399 or 1681057. OLE color: 1681057.

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

Color convert

RGB 161 166 25 -
CMYK 0.03 0 0.85 0.35
HSL 62.13º 0.74% 0.37% -
HSV(B) 62.13º 0.85% 0.65% -
XYZ 28.51 34.92 6.16 -
YUV 148.43 58.34 136.96 -
System Red Green Blue C M Y K H S L
Decimal 161 166 25 0.03 0 0.85 0.35 62.13 0.74 0.37
Hex A1 A6 19 3 0 55 23 3E 4A 25
Octal 241 246 31 3 0 125 43 76 112 45
Binary 10100001 10100110 11001 11 0 1010101 100011 111110 1001010 100101

Color Harmonies of #A1A619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A619

Black with #A1A619

Text Example


Text Example

White with #A1A619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A619; }

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

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

background-color css

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

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

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

border-color css

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

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

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