#A69716

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

Shades of Lucky #A69716

Tints of Lucky #A69716

Color information

#A69716 (or 0xA69716) is unknown color: approx Lucky. HEX triplet: A6, 97 and 16. RGB value is (166,151,22). Sum of RGB (Red+Green+Blue) = 166+151+22=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A69716 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69716 is #5968E9. Grayscale: #8D8D8D. Windows color (decimal): -5859562 or 1480614. OLE color: 1480614.

HSL color Cylindrical-coordinate representation of color #A69716: hue angle of 53.75º 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 #A69716 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB16615122-
CMYK00.090.870.35
HSL53.75º76.6%36.86%-
HSV(B)53.75º86.75%65.1%-
XYZ26.9430.35.19-
YUV140.7860.97145.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.97%
GREEN value IS 151 (59.38% from 255) = 44.54%
BLUE value IS 22 (8.98% from 255) = 6.49%
R=48.97%
G=44.54%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661512200.090.870.3553.7576.636.86
HexA69716095723364d25
Octal24622726011127436611545
Binary1010011010010111101100100110101111000111101101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69716; }

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

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

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

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

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

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

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

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