#A88A56

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

Shades of Teak #A88A56

Tints of Teak #A88A56

Color information

#A88A56 (or 0xA88A56) is unknown color: approx Teak. HEX triplet: A8, 8A and 56. RGB value is (168,138,86). Sum of RGB (Red+Green+Blue) = 168+138+86=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88A56 is #5775A9. Grayscale: #8D8D8D. Windows color (decimal): -5731754 or 5671592. OLE color: 5671592.

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

Color convert

RGB16813886-
CMYK00.180.490.34
HSL38.05º32.28%49.8%-
HSV(B)38.05º48.81%65.88%-
XYZ26.9227.1712.63-
YUV141.0496.94147.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.86%
GREEN value IS 138 (54.30% from 255) = 35.20%
BLUE value IS 86 (33.98% from 255) = 21.94%
R=42.86%
G=35.20%
B=21.94%

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
Decimal1681388600.180.490.3438.0532.2849.8
HexA88A560123122262032
Octal2502121260226142464062
Binary10101000100010101010110010010110001100010100110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88A56; }

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

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

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

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

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

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

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

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