#A39B00

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

Shades of Lucky #A39B00

Tints of Lucky #A39B00

Color information

#A39B00 (or 0xA39B00) is unknown color: approx Lucky. HEX triplet: A3, 9B and 00. RGB value is (163,155,0). Sum of RGB (Red+Green+Blue) = 163+155+0=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 155 (60.94% from 255 or 48.74% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39B00 is #5C64FF. Grayscale: #8C8C8C. Windows color (decimal): -6055168 or 39843. OLE color: 39843.

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

Color convert

RGB1631550-
CMYK00.0510.36
HSL57.06º100%31.96%-
HSV(B)57.06º100%63.92%-
XYZ26.8331.234.61-
YUV139.7249.15144.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.26%
GREEN value IS 155 (60.94% from 255) = 48.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.26%
G=48.74%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163155000.0510.3657.0610031.96
HexA39B0056424396420
Octal243233005144447114440
Binary10100011100110110010111001001001001110011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39B00; }

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

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

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

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

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

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

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

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