#A39A00

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

Shades of Lucky #A39A00

Tints of Lucky #A39A00

Color information

#A39A00 (or 0xA39A00) is unknown color: approx Lucky. HEX triplet: A3, 9A and 00. RGB value is (163,154,0). Sum of RGB (Red+Green+Blue) = 163+154+0=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 154 (60.55% from 255 or 48.58% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39A00 is #5C65FF. Grayscale: #8B8B8B. Windows color (decimal): -6055424 or 39587. OLE color: 39587.

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

Color convert

RGB1631540-
CMYK00.0610.36
HSL56.69º100%31.96%-
HSV(B)56.69º100%63.92%-
XYZ26.6630.94.56-
YUV139.1449.48145.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.42%
GREEN value IS 154 (60.55% from 255) = 48.58%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.42%
G=48.58%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163154000.0610.3656.6910031.96
HexA39A0066424396420
Octal243232006144447114440
Binary10100011100110100011011001001001001110011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39A00; }

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

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

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

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

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

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

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

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