#A39E02

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

Shades of Lucky #A39E02

Tints of Lucky #A39E02

Color information

#A39E02 (or 0xA39E02) is unknown color: approx Lucky. HEX triplet: A3, 9E and 02. RGB value is (163,158,2). Sum of RGB (Red+Green+Blue) = 163+158+2=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 158 (62.11% from 255 or 48.92% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A39E02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39E02 is #5C61FD. Grayscale: #8E8E8E. Windows color (decimal): -6054398 or 171683. OLE color: 171683.

HSL color Cylindrical-coordinate representation of color #A39E02: hue angle of 58.14º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A39E02 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB1631582-
CMYK00.030.990.36
HSL58.14º97.58%32.35%-
HSV(B)58.14º98.77%63.92%-
XYZ27.3432.244.84-
YUV141.7149.16143.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.46%
GREEN value IS 158 (62.11% from 255) = 48.92%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=50.46%
G=48.92%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163158200.030.990.3658.1497.5832.35
HexA39E20363243a6220
Octal243236203143447214240
Binary10100011100111101001111000111001001110101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39E02; }

 p { color: rgb(163,158,2); }

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

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

 a { background-color: rgb(163,158,2); }

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

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

 span { border-color: rgb(163,158,2); }

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