#A39518

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

Shades of Lucky #A39518

Tints of Lucky #A39518

Color information

#A39518 (or 0xA39518) is unknown color: approx Lucky. HEX triplet: A3, 95 and 18. RGB value is (163,149,24). Sum of RGB (Red+Green+Blue) = 163+149+24=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A39518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39518 is #5C6AE7. Grayscale: #8B8B8B. Windows color (decimal): -6056680 or 1611171. OLE color: 1611171.

HSL color Cylindrical-coordinate representation of color #A39518: hue angle of 53.96º 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 #A39518 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB16314924-
CMYK00.090.850.36
HSL53.96º74.33%36.67%-
HSV(B)53.96º85.28%63.92%-
XYZ26.0229.355.16-
YUV138.9463.14145.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.51%
GREEN value IS 149 (58.59% from 255) = 44.35%
BLUE value IS 24 (9.77% from 255) = 7.14%
R=48.51%
G=44.35%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631492400.090.850.3653.9674.3336.67
HexA39518095524364a25
Octal24322530011125446611245
Binary1010001110010101110000100110101011001001101101001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39518; }

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

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

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

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

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

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

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

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