#A09521

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

Shades of Lucky #A09521

Tints of Lucky #A09521

Color information

#A09521 (or 0xA09521) is unknown color: approx Lucky. HEX triplet: A0, 95 and 21. RGB value is (160,149,33). Sum of RGB (Red+Green+Blue) = 160+149+33=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 33 (13.28% from 255 or 9.65% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A09521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09521 is #5F6ADE. Grayscale: #8B8B8B. Windows color (decimal): -6253279 or 2200992. OLE color: 2200992.

HSL color Cylindrical-coordinate representation of color #A09521: hue angle of 54.8º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A09521 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB16014933-
CMYK00.070.790.37
HSL54.8º65.8%37.84%-
HSV(B)54.8º79.37%62.75%-
XYZ25.5229.085.71-
YUV139.0668.14142.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.78%
GREEN value IS 149 (58.59% from 255) = 43.57%
BLUE value IS 33 (13.28% from 255) = 9.65%
R=46.78%
G=43.57%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601493300.070.790.3754.865.837.84
HexA09521074F25374226
Octal2402254107117456710246
Binary1010000010010101100001011110011111001011101111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09521; }

 p { color: rgb(160,149,33); }

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

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

 a { background-color: rgb(160,149,33); }

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

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

 span { border-color: rgb(160,149,33); }

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