#A29321

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

Shades of Lucky #A29321

Tints of Lucky #A29321

Color information

#A29321 (or 0xA29321) is unknown color: approx Lucky. HEX triplet: A2, 93 and 21. RGB value is (162,147,33). Sum of RGB (Red+Green+Blue) = 162+147+33=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 33 (13.28% from 255 or 9.65% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A29321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29321 is #5D6CDE. Grayscale: #8A8A8A. Windows color (decimal): -6122719 or 2200482. OLE color: 2200482.

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

Color convert

RGB16214733-
CMYK00.090.800.36
HSL53.02º66.15%38.24%-
HSV(B)53.02º79.63%63.53%-
XYZ25.6128.665.62-
YUV138.4968.47144.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.37%
GREEN value IS 147 (57.81% from 255) = 42.98%
BLUE value IS 33 (13.28% from 255) = 9.65%
R=47.37%
G=42.98%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621473300.090.800.3653.0266.1538.24
HexA29321095024354226
Octal24222341011120446510246
Binary10100010100100111000010100110100001001001101011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29321; }

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

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

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

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

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

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

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

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