#A69D16

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

Shades of Lucky #A69D16

Tints of Lucky #A69D16

Color information

#A69D16 (or 0xA69D16) is unknown color: approx Lucky. HEX triplet: A6, 9D and 16. RGB value is (166,157,22). Sum of RGB (Red+Green+Blue) = 166+157+22=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A69D16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69D16 is #5962E9. Grayscale: #909090. Windows color (decimal): -5858026 or 1482150. OLE color: 1482150.

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

Color convert

RGB16615722-
CMYK00.050.870.35
HSL56.25º76.6%36.86%-
HSV(B)56.25º86.75%65.1%-
XYZ27.9332.285.52-
YUV144.358.98143.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.12%
GREEN value IS 157 (61.72% from 255) = 45.51%
BLUE value IS 22 (8.98% from 255) = 6.38%
R=48.12%
G=45.51%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661572200.050.870.3556.2576.636.86
HexA69D16055723384d25
Octal2462352605127437011545
Binary101001101001110110110010110101111000111110001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69D16; }

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

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

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

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

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

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

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

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