#A39202

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

Shades of Lucky #A39202

Tints of Lucky #A39202

Color information

#A39202 (or 0xA39202) is unknown color: approx Lucky. HEX triplet: A3, 92 and 02. RGB value is (163,146,2). Sum of RGB (Red+Green+Blue) = 163+146+2=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A39202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39202 is #5C6DFD. Grayscale: #878787. Windows color (decimal): -6057470 or 168611. OLE color: 168611.

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

Color convert

RGB1631462-
CMYK00.100.990.36
HSL53.66º97.58%32.35%-
HSV(B)53.66º98.77%63.92%-
XYZ25.3928.354.19-
YUV134.6753.13148.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.41%
GREEN value IS 146 (57.42% from 255) = 46.95%
BLUE value IS 2 (1.17% from 255) = 0.64%
R=52.41%
G=46.95%
B=0.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163146200.100.990.3653.6697.5832.35
HexA39220A6324366220
Octal2432222012143446614240
Binary1010001110010010100101011000111001001101101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39202; }

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

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

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

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

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

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

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

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