#A39A08

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

Shades of Lucky #A39A08

Tints of Lucky #A39A08

Color information

#A39A08 (or 0xA39A08) is unknown color: approx Lucky. HEX triplet: A3, 9A and 08. RGB value is (163,154,8). Sum of RGB (Red+Green+Blue) = 163+154+8=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 154 (60.55% from 255 or 47.38% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39A08 is #5C65F7. Grayscale: #8C8C8C. Windows color (decimal): -6055416 or 563875. OLE color: 563875.

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

Color convert

RGB1631548-
CMYK00.060.950.36
HSL56.52º90.64%33.53%-
HSV(B)56.52º95.09%63.92%-
XYZ26.730.924.79-
YUV140.0553.48144.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.15%
GREEN value IS 154 (60.55% from 255) = 47.38%
BLUE value IS 8 (3.52% from 255) = 2.46%
R=50.15%
G=47.38%
B=2.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163154800.060.950.3656.5290.6433.53
HexA39A8065F24395b22
Octal2432321006137447113342
Binary10100011100110101000011010111111001001110011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39A08; }

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

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

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

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

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

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

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

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