#A49F26

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

Shades of Lucky #A49F26

Tints of Lucky #A49F26

Color information

#A49F26 (or 0xA49F26) is unknown color: approx Lucky. HEX triplet: A4, 9F and 26. RGB value is (164,159,38). Sum of RGB (Red+Green+Blue) = 164+159+38=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 38 (15.23% from 255 or 10.53% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49F26 is #5B60D9. Grayscale: #939393. Windows color (decimal): -5988570 or 2531236. OLE color: 2531236.

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

Color convert

RGB16415938-
CMYK00.030.770.36
HSL57.62º62.38%39.61%-
HSV(B)57.62º76.83%64.31%-
XYZ28.0632.836.69-
YUV146.766.66140.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.43%
GREEN value IS 159 (62.5% from 255) = 44.04%
BLUE value IS 38 (15.23% from 255) = 10.53%
R=45.43%
G=44.04%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641593800.030.770.3657.6262.3839.61
HexA49F26034D243a3e28
Octal244237460311544727650
Binary10100100100111111001100111001101100100111010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49F26; }

 p { color: rgb(164,159,38); }

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

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

 a { background-color: rgb(164,159,38); }

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

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

 span { border-color: rgb(164,159,38); }

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