#A49720

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

Shades of Lucky #A49720

Tints of Lucky #A49720

Color information

#A49720 (or 0xA49720) is unknown color: approx Lucky. HEX triplet: A4, 97 and 20. RGB value is (164,151,32). Sum of RGB (Red+Green+Blue) = 164+151+32=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 32 (12.89% from 255 or 9.22% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A49720 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49720 is #5B68DF. Grayscale: #8D8D8D. Windows color (decimal): -5990624 or 2135972. OLE color: 2135972.

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

Color convert

RGB16415132-
CMYK00.080.800.36
HSL54.09º67.35%38.43%-
HSV(B)54.09º80.49%64.31%-
XYZ26.6430.135.78-
YUV141.3266.31144.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.26%
GREEN value IS 151 (59.38% from 255) = 43.52%
BLUE value IS 32 (12.89% from 255) = 9.22%
R=47.26%
G=43.52%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641513200.080.800.3654.0967.3538.43
HexA49720085024364326
Octal24422740010120446610346
Binary10100100100101111000000100010100001001001101101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49720; }

 p { color: rgb(164,151,32); }

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

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

 a { background-color: rgb(164,151,32); }

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

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

 span { border-color: rgb(164,151,32); }

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