#A69629

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

Shades of Lucky #A69629

Tints of Lucky #A69629

Color information

#A69629 (or 0xA69629) is unknown color: approx Lucky. HEX triplet: A6, 96 and 29. RGB value is (166,150,41). Sum of RGB (Red+Green+Blue) = 166+150+41=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A69629 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69629 is #5969D6. Grayscale: #8E8E8E. Windows color (decimal): -5859799 or 2725542. OLE color: 2725542.

HSL color Cylindrical-coordinate representation of color #A69629: hue angle of 52.32º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A69629 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB16615041-
CMYK00.100.750.35
HSL52.32º60.39%40.59%-
HSV(B)52.32º75.3%65.1%-
XYZ27.0330.086.48-
YUV142.3670.8144.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.50%
GREEN value IS 150 (58.98% from 255) = 42.02%
BLUE value IS 41 (16.41% from 255) = 11.48%
R=46.50%
G=42.02%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661504100.100.750.3552.3260.3940.59
HexA696290A4B23343c29
Octal2462265101211343647451
Binary1010011010010110101001010101001011100011110100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69629; }

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

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

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

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

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

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

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

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