#A39F18

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

Shades of Lucky #A39F18

Tints of Lucky #A39F18

Color information

#A39F18 (or 0xA39F18) is unknown color: approx Lucky. HEX triplet: A3, 9F and 18. RGB value is (163,159,24). Sum of RGB (Red+Green+Blue) = 163+159+24=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 24 (9.77% from 255 or 6.94% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A39F18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39F18 is #5C60E7. Grayscale: #919191. Windows color (decimal): -6054120 or 1613731. OLE color: 1613731.

HSL color Cylindrical-coordinate representation of color #A39F18: hue angle of 58.27º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A39F18 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB16315924-
CMYK00.020.850.36
HSL58.27º74.33%36.67%-
HSV(B)58.27º85.28%63.92%-
XYZ27.6732.655.71-
YUV144.8159.83140.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.11%
GREEN value IS 159 (62.5% from 255) = 45.95%
BLUE value IS 24 (9.77% from 255) = 6.94%
R=47.11%
G=45.95%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631592400.020.850.3658.2774.3336.67
HexA39F180255243a4a25
Octal2432373002125447211245
Binary10100011100111111100001010101011001001110101001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39F18; }

 p { color: rgb(163,159,24); }

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

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

 a { background-color: rgb(163,159,24); }

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

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

 span { border-color: rgb(163,159,24); }

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