#A98856

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

Shades of Teak #A98856

Tints of Teak #A98856

Color information

#A98856 (or 0xA98856) is unknown color: approx Teak. HEX triplet: A9, 88 and 56. RGB value is (169,136,86). Sum of RGB (Red+Green+Blue) = 169+136+86=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 169 - color contains mainly: red. Hex color #A98856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98856 is #5677A9. Grayscale: #8C8C8C. Windows color (decimal): -5666730 or 5671081. OLE color: 5671081.

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

Color convert

RGB16913686-
CMYK00.200.490.34
HSL36.14º32.55%50%-
HSV(B)36.14º49.11%66.27%-
XYZ26.8526.7212.55-
YUV140.1797.43148.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.22%
GREEN value IS 136 (53.52% from 255) = 34.78%
BLUE value IS 86 (33.98% from 255) = 21.99%
R=43.22%
G=34.78%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691368600.200.490.3436.1432.5550
HexA988560143122242132
Octal2512101260246142444162
Binary10101001100010001010110010100110001100010100100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98856; }

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

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

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

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

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

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

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

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