#A5A221

Color #A5A221 Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #A5A221

Tints of Lucky #A5A221

Color information

#A5A221 (or 0xA5A221) is unknown color: approx Lucky. HEX triplet: A5, A2 and 21. RGB value is (165,162,33). Sum of RGB (Red+Green+Blue) = 165+162+33=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A221 is #5A5DDE. Grayscale: #949494. Windows color (decimal): -5922271 or 2204325. OLE color: 2204325.

HSL color Cylindrical-coordinate representation of color #A5A221: hue angle of 58.64º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A5A221 is Cyan = 0, Magento = 0.02, Yellow = 0.8 and Black (K on CMYK) = 0.35.

Color convert

RGB16516233-
CMYK00.020.80.35
HSL58.64º66.67%38.82%-
HSV(B)58.64º80%64.71%-
XYZ28.7133.956.48-
YUV148.1962.99139.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.83%
GREEN value IS 162 (63.67% from 255) = 45%
BLUE value IS 33 (13.28% from 255) = 9.17%
R=45.83%
G=45%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.8
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651623300.020.80.3558.6466.6738.82
HexA5A2210250233b4327
Octal2452424102120437310347
Binary101001011010001010000101010100001000111110111000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A221; }

 p { color: rgb(165,162,33); }

 H1.HeaderClassName
 {
   color: #A5A221;
 }
 .AnyTagClassName
 {
   color: #A5A221;
 }
</style>
background-color css

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

 a { background-color: rgb(165,162,33); }

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

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

 span { border-color: rgb(165,162,33); }

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