#A99E22

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

Shades of Lucky #A99E22

Tints of Lucky #A99E22

Color information

#A99E22 (or 0xA99E22) is unknown color: approx Lucky. HEX triplet: A9, 9E and 22. RGB value is (169,158,34). Sum of RGB (Red+Green+Blue) = 169+158+34=361 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.81% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 34 (13.67% from 255 or 9.42% from 361); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99E22 is #5661DD. Grayscale: #939393. Windows color (decimal): -5661150 or 2268841. OLE color: 2268841.

HSL color Cylindrical-coordinate representation of color #A99E22: hue angle of 55.11º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A99E22 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB16915834-
CMYK00.070.800.34
HSL55.11º66.5%39.8%-
HSV(B)55.11º79.88%66.27%-
XYZ28.88336.36-
YUV147.1564.14143.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.81%
GREEN value IS 158 (62.11% from 255) = 43.77%
BLUE value IS 34 (13.67% from 255) = 9.42%
R=46.81%
G=43.77%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691583400.070.800.3455.1166.539.8
HexA99E22075022374328
Octal2512364207120426710350
Binary1010100110011110100010011110100001000101101111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99E22; }

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

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

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

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

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

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

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

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