#A69616

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

Shades of Lucky #A69616

Tints of Lucky #A69616

Color information

#A69616 (or 0xA69616) is unknown color: approx Lucky. HEX triplet: A6, 96 and 16. RGB value is (166,150,22). Sum of RGB (Red+Green+Blue) = 166+150+22=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A69616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69616 is #5969E9. Grayscale: #8C8C8C. Windows color (decimal): -5859818 or 1480358. OLE color: 1480358.

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

Color convert

RGB16615022-
CMYK00.100.870.35
HSL53.33º76.6%36.86%-
HSV(B)53.33º86.75%65.1%-
XYZ26.7829.985.13-
YUV140.1961.3146.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.11%
GREEN value IS 150 (58.98% from 255) = 44.38%
BLUE value IS 22 (8.98% from 255) = 6.51%
R=49.11%
G=44.38%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661502200.100.870.3553.3376.636.86
HexA696160A5723354d25
Octal24622626012127436511545
Binary1010011010010110101100101010101111000111101011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69616; }

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

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

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

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

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

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

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

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