#A99629

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

Shades of Lucky #A99629

Tints of Lucky #A99629

Color information

#A99629 (or 0xA99629) is unknown color: approx Lucky. HEX triplet: A9, 96 and 29. RGB value is (169,150,41). Sum of RGB (Red+Green+Blue) = 169+150+41=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 41 (16.41% from 255 or 11.39% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A99629 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99629 is #5669D6. Grayscale: #8F8F8F. Windows color (decimal): -5663191 or 2725545. OLE color: 2725545.

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

Color convert

RGB16915041-
CMYK00.110.760.34
HSL51.09º60.95%41.18%-
HSV(B)51.09º75.74%66.27%-
XYZ27.6730.416.51-
YUV143.2670.29146.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.94%
GREEN value IS 150 (58.98% from 255) = 41.67%
BLUE value IS 41 (16.41% from 255) = 11.39%
R=46.94%
G=41.67%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691504100.110.760.3451.0960.9541.18
HexA996290B4C22333d29
Octal2512265101311442637551
Binary1010100110010110101001010111001100100010110011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99629; }

 p { color: rgb(169,150,41); }

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

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

 a { background-color: rgb(169,150,41); }

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

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

 span { border-color: rgb(169,150,41); }

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