#A98851

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

Shades of Teak #A98851

Tints of Teak #A98851

Color information

#A98851 (or 0xA98851) is unknown color: approx Teak. HEX triplet: A9, 88 and 51. RGB value is (169,136,81). Sum of RGB (Red+Green+Blue) = 169+136+81=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 169 - color contains mainly: red. Hex color #A98851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98851 is #5677AE. Grayscale: #8B8B8B. Windows color (decimal): -5666735 or 5343401. OLE color: 5343401.

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

Color convert

RGB16913681-
CMYK00.200.520.34
HSL37.5º35.2%49.02%-
HSV(B)37.5º52.07%66.27%-
XYZ26.6526.6411.52-
YUV139.694.93148.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.78%
GREEN value IS 136 (53.52% from 255) = 35.23%
BLUE value IS 81 (32.03% from 255) = 20.98%
R=43.78%
G=35.23%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691368100.200.520.3437.535.249.02
HexA988510143422262331
Octal2512101210246442464361
Binary10101001100010001010001010100110100100010100110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98851; }

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

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

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

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

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

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

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

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