#A89225

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

Shades of Lucky #A89225

Tints of Lucky #A89225

Color information

#A89225 (or 0xA89225) is unknown color: approx Lucky. HEX triplet: A8, 92 and 25. RGB value is (168,146,37). Sum of RGB (Red+Green+Blue) = 168+146+37=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 37 (14.84% from 255 or 10.54% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A89225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89225 is #576DDA. Grayscale: #8C8C8C. Windows color (decimal): -5729755 or 2462376. OLE color: 2462376.

HSL color Cylindrical-coordinate representation of color #A89225: hue angle of 49.92º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A89225 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB16814637-
CMYK00.130.780.34
HSL49.92º63.9%40.2%-
HSV(B)49.92º77.98%65.88%-
XYZ26.7629.025.94-
YUV140.1569.79147.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.86%
GREEN value IS 146 (57.42% from 255) = 41.60%
BLUE value IS 37 (14.84% from 255) = 10.54%
R=47.86%
G=41.60%
B=10.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681463700.130.780.3449.9263.940.2
HexA892250D4E22324028
Octal25022245015116426210050
Binary10101000100100101001010110110011101000101100101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89225; }

 p { color: rgb(168,146,37); }

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

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

 a { background-color: rgb(168,146,37); }

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

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

 span { border-color: rgb(168,146,37); }

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