#A39C00

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

Shades of Lucky #A39C00

Tints of Lucky #A39C00

Color information

#A39C00 (or 0xA39C00) is unknown color: approx Lucky. HEX triplet: A3, 9C and 00. RGB value is (163,156,0). Sum of RGB (Red+Green+Blue) = 163+156+0=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 156 (61.33% from 255 or 48.90% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A39C00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39C00 is #5C63FF. Grayscale: #8C8C8C. Windows color (decimal): -6054912 or 40099. OLE color: 40099.

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

Color convert

RGB1631560-
CMYK00.0410.36
HSL57.42º100%31.96%-
HSV(B)57.42º100%63.92%-
XYZ26.9931.564.67-
YUV140.3148.82144.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.10%
GREEN value IS 156 (61.33% from 255) = 48.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.10%
G=48.90%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163156000.0410.3657.4210031.96
HexA39C0046424396420
Octal243234004144447114440
Binary10100011100111000010011001001001001110011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39C00; }

 p { color: rgb(163,156,0); }

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

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

 a { background-color: rgb(163,156,0); }

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

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

 span { border-color: rgb(163,156,0); }

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