Html Css Color HEX #A1A315 Lucky

📋 copy color: '#A1A315'

red 161 ◦ green 163 ◦ blue 21

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

Shades of Lucky #A1A315

Tints of Lucky #A1A315

RGB

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

 GREEN value IS 163 (64.06% from 255) = 47.25%

 BLUE value IS 21 (8.59% from 255) = 6.09%

R = 46.67%
G = 47.25%
B = 6.09%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A1A315 (or 0xA1A315) is known color: Lucky. HEX triplet: A1, A3 and 15. RGB value is (161,163,21). Sum of RGB (Red+Green+Blue) = 161+163+21=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 163 (64.06% from 255 or 47.25% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A315 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A315 is #5E5CEA. Grayscale: #929292. Windows color (decimal): -6184171 or 1418145. OLE color: 1418145.

HSL color Cylindrical-coordinate representation of color #A1A315: hue angle of 60.85º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1A315 is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 161 163 21 -
CMYK 0.01 0 0.87 0.36
HSL 60.85º 0.77% 0.36% -
HSV(B) 60.85º 0.87% 0.64% -
XYZ 27.93 33.83 5.77 -
YUV 146.21 57.34 138.55 -
System Red Green Blue C M Y K H S L
Decimal 161 163 21 0.01 0 0.87 0.36 60.85 0.77 0.36
Hex A1 A3 15 1 0 57 24 3D 4D 24
Octal 241 243 25 1 0 127 44 75 115 44
Binary 10100001 10100011 10101 1 0 1010111 100100 111101 1001101 100100

Color Harmonies of #A1A315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A315

Black with #A1A315

Text Example


Text Example

White with #A1A315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A315; }

 p { color: rgb(161,163,21); }

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

background-color css

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

 a { background-color: rgb(161,163,21); }

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

border-color css

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

 span { border-color: rgb(161,163,21); }

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