#A39D00

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

Shades of Lucky #A39D00

Tints of Lucky #A39D00

Color information

#A39D00 (or 0xA39D00) is unknown color: approx Lucky. HEX triplet: A3, 9D and 00. RGB value is (163,157,0). Sum of RGB (Red+Green+Blue) = 163+157+0=320 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.94% from 320); Green value is 157 (61.72% from 255 or 49.06% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 163 - color contains mainly: red. Hex color #A39D00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39D00 is #5C62FF. Grayscale: #8D8D8D. Windows color (decimal): -6054656 or 40355. OLE color: 40355.

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

Color convert

RGB1631570-
CMYK00.0410.36
HSL57.79º100%31.96%-
HSV(B)57.79º100%63.92%-
XYZ27.1631.94.73-
YUV140.948.49143.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.94%
GREEN value IS 157 (61.72% from 255) = 49.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.94%
G=49.06%
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
Decimal163157000.0410.3657.7910031.96
HexA39D00464243a6420
Octal243235004144447214440
Binary10100011100111010010011001001001001110101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39D00; }

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

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

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

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

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

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

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

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