#A49B1C

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

Shades of Lucky #A49B1C

Tints of Lucky #A49B1C

Color information

#A49B1C (or 0xA49B1C) is unknown color: approx Lucky. HEX triplet: A4, 9B and 1C. RGB value is (164,155,28). Sum of RGB (Red+Green+Blue) = 164+155+28=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 155 (60.94% from 255 or 44.67% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49B1C is #5B64E3. Grayscale: #8F8F8F. Windows color (decimal): -5989604 or 1874852. OLE color: 1874852.

HSL color Cylindrical-coordinate representation of color #A49B1C: hue angle of 56.03º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A49B1C is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB16415528-
CMYK00.050.830.36
HSL56.03º70.83%37.65%-
HSV(B)56.03º82.93%64.31%-
XYZ27.2431.425.73-
YUV143.2162.98142.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.26%
GREEN value IS 155 (60.94% from 255) = 44.67%
BLUE value IS 28 (11.33% from 255) = 8.07%
R=47.26%
G=44.67%
B=8.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641552800.050.830.3656.0370.8337.65
HexA49B1C055324384726
Octal2442333405123447010746
Binary101001001001101111100010110100111001001110001000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49B1C; }

 p { color: rgb(164,155,28); }

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

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

 a { background-color: rgb(164,155,28); }

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

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

 span { border-color: rgb(164,155,28); }

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