#A99026

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

Shades of Lucky #A99026

Tints of Lucky #A99026

Color information

#A99026 (or 0xA99026) is unknown color: approx Lucky. HEX triplet: A9, 90 and 26. RGB value is (169,144,38). Sum of RGB (Red+Green+Blue) = 169+144+38=351 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.15% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 38 (15.23% from 255 or 10.83% from 351); Max value from RGB is 169 - color contains mainly: red. Hex color #A99026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99026 is #566FD9. Grayscale: #8B8B8B. Windows color (decimal): -5664730 or 2527401. OLE color: 2527401.

HSL color Cylindrical-coordinate representation of color #A99026: hue angle of 48.55º 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 #A99026 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB16914438-
CMYK00.150.780.34
HSL48.55º63.29%40.59%-
HSV(B)48.55º77.51%66.27%-
XYZ26.6928.525.93-
YUV139.3970.78149.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.15%
GREEN value IS 144 (56.64% from 255) = 41.03%
BLUE value IS 38 (15.23% from 255) = 10.83%
R=48.15%
G=41.03%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691443800.150.780.3448.5563.2940.59
HexA990260F4E22313f29
Octal2512204601711642617751
Binary1010100110010000100110011111001110100010110001111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99026; }

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

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

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

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

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

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

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

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