#A19202

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

Shades of Lucky #A19202

Tints of Lucky #A19202

Color information

#A19202 (or 0xA19202) is unknown color: approx Lucky. HEX triplet: A1, 92 and 02. RGB value is (161,146,2). Sum of RGB (Red+Green+Blue) = 161+146+2=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A19202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19202 is #5E6DFD. Grayscale: #868686. Windows color (decimal): -6188542 or 168609. OLE color: 168609.

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

Color convert

RGB1611462-
CMYK00.090.990.37
HSL54.34º97.55%31.96%-
HSV(B)54.34º98.76%63.14%-
XYZ24.9928.144.17-
YUV134.0753.47147.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.10%
GREEN value IS 146 (57.42% from 255) = 47.25%
BLUE value IS 2 (1.17% from 255) = 0.65%
R=52.10%
G=47.25%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161146200.090.990.3754.3497.5531.96
HexA1922096325366220
Octal2412222011143456614240
Binary1010000110010010100100111000111001011101101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19202; }

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

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

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

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

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

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

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

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