#A49227

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

Shades of Lucky #A49227

Tints of Lucky #A49227

Color information

#A49227 (or 0xA49227) is unknown color: approx Lucky. HEX triplet: A4, 92 and 27. RGB value is (164,146,39). Sum of RGB (Red+Green+Blue) = 164+146+39=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 39 (15.62% from 255 or 11.17% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A49227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49227 is #5B6DD8. Grayscale: #8B8B8B. Windows color (decimal): -5991897 or 2593444. OLE color: 2593444.

HSL color Cylindrical-coordinate representation of color #A49227: hue angle of 51.36º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A49227 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB16414639-
CMYK00.110.760.36
HSL51.36º61.58%39.8%-
HSV(B)51.36º76.22%64.31%-
XYZ25.9528.66.07-
YUV139.1871.46145.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.99%
GREEN value IS 146 (57.42% from 255) = 41.83%
BLUE value IS 39 (15.62% from 255) = 11.17%
R=46.99%
G=41.83%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641463900.110.760.3651.3661.5839.8
HexA492270B4C24333e28
Octal2442224701311444637650
Binary1010010010010010100111010111001100100100110011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49227; }

 p { color: rgb(164,146,39); }

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

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

 a { background-color: rgb(164,146,39); }

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

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

 span { border-color: rgb(164,146,39); }

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