#A69F17

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

Shades of Lucky #A69F17

Tints of Lucky #A69F17

Color information

#A69F17 (or 0xA69F17) is unknown color: approx Lucky. HEX triplet: A6, 9F and 17. RGB value is (166,159,23). Sum of RGB (Red+Green+Blue) = 166+159+23=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 159 (62.5% from 255 or 45.69% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A69F17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69F17 is #5960E8. Grayscale: #929292. Windows color (decimal): -5857513 or 1548198. OLE color: 1548198.

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

Color convert

RGB16615923-
CMYK00.040.860.35
HSL57.06º75.66%37.06%-
HSV(B)57.06º86.14%65.1%-
XYZ28.2832.975.68-
YUV145.5958.82142.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.70%
GREEN value IS 159 (62.5% from 255) = 45.69%
BLUE value IS 23 (9.38% from 255) = 6.61%
R=47.70%
G=45.69%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661592300.040.860.3557.0675.6637.06
HexA69F17045623394c25
Octal2462372704126437111445
Binary101001101001111110111010010101101000111110011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69F17; }

 p { color: rgb(166,159,23); }

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

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

 a { background-color: rgb(166,159,23); }

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

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

 span { border-color: rgb(166,159,23); }

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