#A89459

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

Shades of Teak #A89459

Tints of Teak #A89459

Color information

#A89459 (or 0xA89459) is unknown color: approx Teak. HEX triplet: A8, 94 and 59. RGB value is (168,148,89). Sum of RGB (Red+Green+Blue) = 168+148+89=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 168 - color contains mainly: red. Hex color #A89459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89459 is #576BA6. Grayscale: #939393. Windows color (decimal): -5729191 or 5870760. OLE color: 5870760.

HSL color Cylindrical-coordinate representation of color #A89459: hue angle of 44.81º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A89459 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB16814889-
CMYK00.120.470.34
HSL44.81º31.23%50.39%-
HSV(B)44.81º47.02%65.88%-
XYZ28.5430.2313.78-
YUV147.2595.13142.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.48%
GREEN value IS 148 (58.20% from 255) = 36.54%
BLUE value IS 89 (35.16% from 255) = 21.98%
R=41.48%
G=36.54%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681488900.120.470.3444.8131.2350.39
HexA894590C2F222d1f32
Octal2502241310145742553762
Binary101010001001010010110010110010111110001010110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89459; }

 p { color: rgb(168,148,89); }

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

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

 a { background-color: rgb(168,148,89); }

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

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

 span { border-color: rgb(168,148,89); }

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