#A39212

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

Shades of Lucky #A39212

Tints of Lucky #A39212

Color information

#A39212 (or 0xA39212) is unknown color: approx Lucky. HEX triplet: A3, 92 and 12. RGB value is (163,146,18). Sum of RGB (Red+Green+Blue) = 163+146+18=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A39212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39212 is #5C6DED. Grayscale: #898989. Windows color (decimal): -6057454 or 1217187. OLE color: 1217187.

HSL color Cylindrical-coordinate representation of color #A39212: hue angle of 52.97º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A39212 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB16314618-
CMYK00.100.890.36
HSL52.97º80.11%35.49%-
HSV(B)52.97º88.96%63.92%-
XYZ25.4928.394.71-
YUV136.4961.13146.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.85%
GREEN value IS 146 (57.42% from 255) = 44.65%
BLUE value IS 18 (7.42% from 255) = 5.50%
R=49.85%
G=44.65%
B=5.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631461800.100.890.3652.9780.1135.49
HexA392120A5924355023
Octal24322222012131446512043
Binary1010001110010010100100101010110011001001101011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39212; }

 p { color: rgb(163,146,18); }

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

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

 a { background-color: rgb(163,146,18); }

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

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

 span { border-color: rgb(163,146,18); }

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