#A29221

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

Shades of Lucky #A29221

Tints of Lucky #A29221

Color information

#A29221 (or 0xA29221) is unknown color: approx Lucky. HEX triplet: A2, 92 and 21. RGB value is (162,146,33). Sum of RGB (Red+Green+Blue) = 162+146+33=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A29221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29221 is #5D6DDE. Grayscale: #8A8A8A. Windows color (decimal): -6122975 or 2200226. OLE color: 2200226.

HSL color Cylindrical-coordinate representation of color #A29221: hue angle of 52.56º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A29221 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB16214633-
CMYK00.100.800.36
HSL52.56º66.15%38.24%-
HSV(B)52.56º79.63%63.53%-
XYZ25.4528.355.57-
YUV137.968.8145.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.51%
GREEN value IS 146 (57.42% from 255) = 42.82%
BLUE value IS 33 (13.28% from 255) = 9.68%
R=47.51%
G=42.82%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621463300.100.800.3652.5666.1538.24
HexA292210A5024354226
Octal24222241012120446510246
Binary10100010100100101000010101010100001001001101011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29221; }

 p { color: rgb(162,146,33); }

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

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

 a { background-color: rgb(162,146,33); }

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

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

 span { border-color: rgb(162,146,33); }

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