#A69916

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

Shades of Lucky #A69916

Tints of Lucky #A69916

Color information

#A69916 (or 0xA69916) is unknown color: approx Lucky. HEX triplet: A6, 99 and 16. RGB value is (166,153,22). Sum of RGB (Red+Green+Blue) = 166+153+22=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A69916 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69916 is #5966E9. Grayscale: #8E8E8E. Windows color (decimal): -5859050 or 1481126. OLE color: 1481126.

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

Color convert

RGB16615322-
CMYK00.080.870.35
HSL54.58º76.6%36.86%-
HSV(B)54.58º86.75%65.1%-
XYZ27.2630.955.3-
YUV141.9560.31145.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.68%
GREEN value IS 153 (60.16% from 255) = 44.87%
BLUE value IS 22 (8.98% from 255) = 6.45%
R=48.68%
G=44.87%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661532200.080.870.3554.5876.636.86
HexA69916085723374d25
Octal24623126010127436711545
Binary1010011010011001101100100010101111000111101111001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69916; }

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

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

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

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

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

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

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

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