#A88956

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

Shades of Teak #A88956

Tints of Teak #A88956

Color information

#A88956 (or 0xA88956) is unknown color: approx Teak. HEX triplet: A8, 89 and 56. RGB value is (168,137,86). Sum of RGB (Red+Green+Blue) = 168+137+86=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 168 - color contains mainly: red. Hex color #A88956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88956 is #5776A9. Grayscale: #8C8C8C. Windows color (decimal): -5732010 or 5671336. OLE color: 5671336.

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

Color convert

RGB16813786-
CMYK00.180.490.34
HSL37.32º32.28%49.8%-
HSV(B)37.32º48.81%65.88%-
XYZ26.7726.8912.58-
YUV140.4697.27147.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.97%
GREEN value IS 137 (53.91% from 255) = 35.04%
BLUE value IS 86 (33.98% from 255) = 21.99%
R=42.97%
G=35.04%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681378600.180.490.3437.3232.2849.8
HexA889560123122252032
Octal2502111260226142454062
Binary10101000100010011010110010010110001100010100101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88956; }

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

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

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

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

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

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

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

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