#A39907

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

Shades of Lucky #A39907

Tints of Lucky #A39907

Color information

#A39907 (or 0xA39907) is unknown color: approx Lucky. HEX triplet: A3, 99 and 07. RGB value is (163,153,7). Sum of RGB (Red+Green+Blue) = 163+153+7=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 7 (3.12% from 255 or 2.17% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A39907 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39907 is #5C66F8. Grayscale: #8B8B8B. Windows color (decimal): -6055673 or 498083. OLE color: 498083.

HSL color Cylindrical-coordinate representation of color #A39907: hue angle of 56.15º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A39907 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB1631537-
CMYK00.060.960.36
HSL56.15º91.76%33.33%-
HSV(B)56.15º95.71%63.92%-
XYZ26.5330.584.71-
YUV139.3553.31144.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.46%
GREEN value IS 153 (60.16% from 255) = 47.37%
BLUE value IS 7 (3.12% from 255) = 2.17%
R=50.46%
G=47.37%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163153700.060.960.3656.1591.7633.33
HexA3997066024385c21
Octal243231706140447013441
Binary1010001110011001111011011000001001001110001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39907; }

 p { color: rgb(163,153,7); }

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

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

 a { background-color: rgb(163,153,7); }

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

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

 span { border-color: rgb(163,153,7); }

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