#A98656

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

Shades of Teak #A98656

Tints of Teak #A98656

Color information

#A98656 (or 0xA98656) is unknown color: approx Teak. HEX triplet: A9, 86 and 56. RGB value is (169,134,86). Sum of RGB (Red+Green+Blue) = 169+134+86=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 169 - color contains mainly: red. Hex color #A98656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98656 is #5679A9. Grayscale: #8B8B8B. Windows color (decimal): -5667242 or 5670569. OLE color: 5670569.

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

Color convert

RGB16913486-
CMYK00.210.490.34
HSL34.7º32.55%50%-
HSV(B)34.7º49.11%66.27%-
XYZ26.5726.1612.45-
YUV138.9998.1149.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.44%
GREEN value IS 134 (52.73% from 255) = 34.45%
BLUE value IS 86 (33.98% from 255) = 22.11%
R=43.44%
G=34.45%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691348600.210.490.3434.732.5550
HexA986560153122232132
Octal2512061260256142434162
Binary10101001100001101010110010101110001100010100011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98656; }

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

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

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

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

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

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

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

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