#A98859

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

Shades of Teak #A98859

Tints of Teak #A98859

Color information

#A98859 (or 0xA98859) is unknown color: approx Teak. HEX triplet: A9, 88 and 59. RGB value is (169,136,89). Sum of RGB (Red+Green+Blue) = 169+136+89=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 169 - color contains mainly: red. Hex color #A98859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98859 is #5677A6. Grayscale: #8C8C8C. Windows color (decimal): -5666727 or 5867689. OLE color: 5867689.

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

Color convert

RGB16913689-
CMYK00.200.470.34
HSL35.25º31.75%50.59%-
HSV(B)35.25º47.34%66.27%-
XYZ26.9726.7613.2-
YUV140.5198.93148.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.89%
GREEN value IS 136 (53.52% from 255) = 34.52%
BLUE value IS 89 (35.16% from 255) = 22.59%
R=42.89%
G=34.52%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691368900.200.470.3435.2531.7550.59
HexA988590142F22232033
Octal2512101310245742434063
Binary10101001100010001011001010100101111100010100011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98859; }

 p { color: rgb(169,136,89); }

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

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

 a { background-color: rgb(169,136,89); }

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

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

 span { border-color: rgb(169,136,89); }

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