#A39400

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

Shades of Lucky #A39400

Tints of Lucky #A39400

Color information

#A39400 (or 0xA39400) is unknown color: approx Lucky. HEX triplet: A3, 94 and 00. RGB value is (163,148,0). Sum of RGB (Red+Green+Blue) = 163+148+0=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A39400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39400 is #5C6BFF. Grayscale: #888888. Windows color (decimal): -6056960 or 38051. OLE color: 38051.

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

Color convert

RGB1631480-
CMYK00.0910.36
HSL54.48º100%31.96%-
HSV(B)54.48º100%63.92%-
XYZ25.6928.974.24-
YUV135.6151.47147.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.41%
GREEN value IS 148 (58.20% from 255) = 47.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.41%
G=47.59%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163148000.0910.3654.4810031.96
HexA3940096424366420
Octal2432240011144446614440
Binary101000111001010000100111001001001001101101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39400; }

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

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

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

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

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

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

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

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