#A88B56

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

Shades of Teak #A88B56

Tints of Teak #A88B56

Color information

#A88B56 (or 0xA88B56) is unknown color: approx Teak. HEX triplet: A8, 8B and 56. RGB value is (168,139,86). Sum of RGB (Red+Green+Blue) = 168+139+86=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 168 - color contains mainly: red. Hex color #A88B56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88B56 is #5774A9. Grayscale: #8D8D8D. Windows color (decimal): -5731498 or 5671848. OLE color: 5671848.

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

Color convert

RGB16813986-
CMYK00.170.490.34
HSL38.78º32.28%49.8%-
HSV(B)38.78º48.81%65.88%-
XYZ27.0627.4612.68-
YUV141.6396.61146.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.75%
GREEN value IS 139 (54.69% from 255) = 35.37%
BLUE value IS 86 (33.98% from 255) = 21.88%
R=42.75%
G=35.37%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681398600.170.490.3438.7832.2849.8
HexA88B560113122272032
Octal2502131260216142474062
Binary10101000100010111010110010001110001100010100111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88B56; }

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

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

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

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

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

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

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

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