#A5A213

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

Shades of Lucky #A5A213

Tints of Lucky #A5A213

Color information

#A5A213 (or 0xA5A213) is unknown color: approx Lucky. HEX triplet: A5, A2 and 13. RGB value is (165,162,19). Sum of RGB (Red+Green+Blue) = 165+162+19=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 162 (63.67% from 255 or 46.82% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A213 is #5A5DEC. Grayscale: #939393. Windows color (decimal): -5922285 or 1286821. OLE color: 1286821.

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

Color convert

RGB16516219-
CMYK00.020.880.35
HSL58.77º79.35%36.08%-
HSV(B)58.77º88.48%64.71%-
XYZ28.5533.895.65-
YUV146.655.99141.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.69%
GREEN value IS 162 (63.67% from 255) = 46.82%
BLUE value IS 19 (7.81% from 255) = 5.49%
R=47.69%
G=46.82%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651621900.020.880.3558.7779.3536.08
HexA5A2130258233b4f24
Octal2452422302130437311744
Binary10100101101000101001101010110001000111110111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A213; }

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

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

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

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

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

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

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

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