#A89F31

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

Shades of Lucky #A89F31

Tints of Lucky #A89F31

Color information

#A89F31 (or 0xA89F31) is unknown color: approx Lucky. HEX triplet: A8, 9F and 31. RGB value is (168,159,49). Sum of RGB (Red+Green+Blue) = 168+159+49=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 49 (19.53% from 255 or 13.03% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A89F31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89F31 is #5760CE. Grayscale: #959595. Windows color (decimal): -5726415 or 3252136. OLE color: 3252136.

HSL color Cylindrical-coordinate representation of color #A89F31: hue angle of 55.46º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A89F31 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB16815949-
CMYK00.050.710.34
HSL55.46º54.84%42.55%-
HSV(B)55.46º70.83%65.88%-
XYZ29.133.347.81-
YUV149.1571.48141.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.68%
GREEN value IS 159 (62.5% from 255) = 42.29%
BLUE value IS 49 (19.53% from 255) = 13.03%
R=44.68%
G=42.29%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681594900.050.710.3455.4654.8442.55
HexA89F3105472237372b
Octal250237610510742676753
Binary101010001001111111000101011000111100010110111110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89F31; }

 p { color: rgb(168,159,49); }

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

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

 a { background-color: rgb(168,159,49); }

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

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

 span { border-color: rgb(168,159,49); }

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