#A39210

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

Shades of Lucky #A39210

Tints of Lucky #A39210

Color information

#A39210 (or 0xA39210) is unknown color: approx Lucky. HEX triplet: A3, 92 and 10. RGB value is (163,146,16). Sum of RGB (Red+Green+Blue) = 163+146+16=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A39210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39210 is #5C6DEF. Grayscale: #888888. Windows color (decimal): -6057456 or 1086115. OLE color: 1086115.

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

Color convert

RGB16314616-
CMYK00.100.900.36
HSL53.06º82.12%35.1%-
HSV(B)53.06º90.18%63.92%-
XYZ25.4828.384.63-
YUV136.2660.13147.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.15%
GREEN value IS 146 (57.42% from 255) = 44.92%
BLUE value IS 16 (6.64% from 255) = 4.92%
R=50.15%
G=44.92%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631461600.100.900.3653.0682.1235.1
HexA392100A5A24355223
Octal24322220012132446512243
Binary1010001110010010100000101010110101001001101011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39210; }

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

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

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

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

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

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

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

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