#A49A26

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

Shades of Lucky #A49A26

Tints of Lucky #A49A26

Color information

#A49A26 (or 0xA49A26) is unknown color: approx Lucky. HEX triplet: A4, 9A and 26. RGB value is (164,154,38). Sum of RGB (Red+Green+Blue) = 164+154+38=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 154 (60.55% from 255 or 43.26% from 356); Blue value is 38 (15.23% from 255 or 10.67% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49A26 is #5B65D9. Grayscale: #909090. Windows color (decimal): -5989850 or 2529956. OLE color: 2529956.

HSL color Cylindrical-coordinate representation of color #A49A26: hue angle of 55.24º 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 #A49A26 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB16415438-
CMYK00.060.770.36
HSL55.24º62.38%39.61%-
HSV(B)55.24º76.83%64.31%-
XYZ27.2231.146.41-
YUV143.7768.31142.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.07%
GREEN value IS 154 (60.55% from 255) = 43.26%
BLUE value IS 38 (15.23% from 255) = 10.67%
R=46.07%
G=43.26%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641543800.060.770.3655.2462.3839.61
HexA49A26064D24373e28
Octal244232460611544677650
Binary101001001001101010011001101001101100100110111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49A26; }

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

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

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

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

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

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

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

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