#A99E26

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

Shades of Lucky #A99E26

Tints of Lucky #A99E26

Color information

#A99E26 (or 0xA99E26) is unknown color: approx Lucky. HEX triplet: A9, 9E and 26. RGB value is (169,158,38). Sum of RGB (Red+Green+Blue) = 169+158+38=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 38 (15.23% from 255 or 10.41% from 365); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99E26 is #5661D9. Grayscale: #949494. Windows color (decimal): -5661146 or 2530985. OLE color: 2530985.

HSL color Cylindrical-coordinate representation of color #A99E26: hue angle of 54.96º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A99E26 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB16915838-
CMYK00.070.780.34
HSL54.96º63.29%40.59%-
HSV(B)54.96º77.51%66.27%-
XYZ28.9433.036.68-
YUV147.6166.14143.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.30%
GREEN value IS 158 (62.11% from 255) = 43.29%
BLUE value IS 38 (15.23% from 255) = 10.41%
R=46.30%
G=43.29%
B=10.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691583800.070.780.3454.9663.2940.59
HexA99E26074E22373f29
Octal251236460711642677751
Binary101010011001111010011001111001110100010110111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99E26; }

 p { color: rgb(169,158,38); }

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

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

 a { background-color: rgb(169,158,38); }

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

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

 span { border-color: rgb(169,158,38); }

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