#A88959

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

Shades of Teak #A88959

Tints of Teak #A88959

Color information

#A88959 (or 0xA88959) is unknown color: approx Teak. HEX triplet: A8, 89 and 59. RGB value is (168,137,89). Sum of RGB (Red+Green+Blue) = 168+137+89=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 168 - color contains mainly: red. Hex color #A88959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88959 is #5776A6. Grayscale: #8D8D8D. Windows color (decimal): -5732007 or 5867944. OLE color: 5867944.

HSL color Cylindrical-coordinate representation of color #A88959: hue angle of 36.46º 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 #A88959 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB16813789-
CMYK00.180.470.34
HSL36.46º31.23%50.39%-
HSV(B)36.46º47.02%65.88%-
XYZ26.926.9413.23-
YUV140.898.77147.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.64%
GREEN value IS 137 (53.91% from 255) = 34.77%
BLUE value IS 89 (35.16% from 255) = 22.59%
R=42.64%
G=34.77%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681378900.180.470.3436.4631.2350.39
HexA889590122F22241f32
Octal2502111310225742443762
Binary1010100010001001101100101001010111110001010010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88959; }

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

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

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

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

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

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

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

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