#A39600

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

Shades of Lucky #A39600

Tints of Lucky #A39600

Color information

#A39600 (or 0xA39600) is unknown color: approx Lucky. HEX triplet: A3, 96 and 00. RGB value is (163,150,0). Sum of RGB (Red+Green+Blue) = 163+150+0=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A39600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39600 is #5C69FF. Grayscale: #898989. Windows color (decimal): -6056448 or 38563. OLE color: 38563.

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

Color convert

RGB1631500-
CMYK00.0810.36
HSL55.21º100%31.96%-
HSV(B)55.21º100%63.92%-
XYZ26.0129.64.34-
YUV136.7950.81146.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.08%
GREEN value IS 150 (58.98% from 255) = 47.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.08%
G=47.92%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163150000.0810.3655.2110031.96
HexA3960086424376420
Octal2432260010144446714440
Binary101000111001011000100011001001001001101111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39600; }

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

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

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

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

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

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

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

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