#A89E2E

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

Shades of Lucky #A89E2E

Tints of Lucky #A89E2E

Color information

#A89E2E (or 0xA89E2E) is unknown color: approx Lucky. HEX triplet: A8, 9E and 2E. RGB value is (168,158,46). Sum of RGB (Red+Green+Blue) = 168+158+46=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 158 (62.11% from 255 or 42.47% from 372); Blue value is 46 (18.36% from 255 or 12.37% from 372); Max value from RGB is 168 - color contains mainly: red. Hex color #A89E2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89E2E is #5761D1. Grayscale: #949494. Windows color (decimal): -5726674 or 3055272. OLE color: 3055272.

HSL color Cylindrical-coordinate representation of color #A89E2E: hue angle of 55.08º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A89E2E is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB16815846-
CMYK00.060.730.34
HSL55.08º57.01%41.96%-
HSV(B)55.08º72.62%65.88%-
XYZ28.8732.987.43-
YUV148.2270.31142.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.16%
GREEN value IS 158 (62.11% from 255) = 42.47%
BLUE value IS 46 (18.36% from 255) = 12.37%
R=45.16%
G=42.47%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681584600.060.730.3455.0857.0141.96
HexA89E2E06492237392a
Octal250236560611142677152
Binary101010001001111010111001101001001100010110111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89E2E; }

 p { color: rgb(168,158,46); }

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

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

 a { background-color: rgb(168,158,46); }

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

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

 span { border-color: rgb(168,158,46); }

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