#A69918

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

Shades of Lucky #A69918

Tints of Lucky #A69918

Color information

#A69918 (or 0xA69918) is unknown color: approx Lucky. HEX triplet: A6, 99 and 18. RGB value is (166,153,24). Sum of RGB (Red+Green+Blue) = 166+153+24=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 24 (9.77% from 255 or 7.00% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A69918 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69918 is #5966E7. Grayscale: #8E8E8E. Windows color (decimal): -5859048 or 1612198. OLE color: 1612198.

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

Color convert

RGB16615324-
CMYK00.080.860.35
HSL54.51º74.74%37.25%-
HSV(B)54.51º85.54%65.1%-
XYZ27.2830.965.4-
YUV142.1861.31144.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.40%
GREEN value IS 153 (60.16% from 255) = 44.61%
BLUE value IS 24 (9.77% from 255) = 7.00%
R=48.40%
G=44.61%
B=7.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661532400.080.860.3554.5174.7437.25
HexA69918085623374b25
Octal24623130010126436711345
Binary1010011010011001110000100010101101000111101111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69918; }

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

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

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

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

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

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

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

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