#A39816

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

Shades of Lucky #A39816

Tints of Lucky #A39816

Color information

#A39816 (or 0xA39816) is unknown color: approx Lucky. HEX triplet: A3, 98 and 16. RGB value is (163,152,22). Sum of RGB (Red+Green+Blue) = 163+152+22=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A39816 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39816 is #5C67E9. Grayscale: #8C8C8C. Windows color (decimal): -6055914 or 1480867. OLE color: 1480867.

HSL color Cylindrical-coordinate representation of color #A39816: hue angle of 55.32º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A39816 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB16315222-
CMYK00.070.870.36
HSL55.32º76.22%36.27%-
HSV(B)55.32º86.5%63.92%-
XYZ26.4830.35.21-
YUV140.4761.14144.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.37%
GREEN value IS 152 (59.77% from 255) = 45.10%
BLUE value IS 22 (8.98% from 255) = 6.53%
R=48.37%
G=45.10%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631522200.070.870.3655.3276.2236.27
HexA39816075724374c24
Octal2432302607127446711444
Binary101000111001100010110011110101111001001101111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39816; }

 p { color: rgb(163,152,22); }

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

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

 a { background-color: rgb(163,152,22); }

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

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

 span { border-color: rgb(163,152,22); }

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