#AB8955

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

Shades of Teak #AB8955

Tints of Teak #AB8955

Color information

#AB8955 (or 0xAB8955) is unknown color: approx Teak. HEX triplet: AB, 89 and 55. RGB value is (171,137,85). Sum of RGB (Red+Green+Blue) = 171+137+85=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8955 is #5476AA. Grayscale: #8D8D8D. Windows color (decimal): -5535403 or 5605803. OLE color: 5605803.

HSL color Cylindrical-coordinate representation of color #AB8955: hue angle of 36.28º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB8955 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB17113785-
CMYK00.200.500.33
HSL36.28º33.86%50.2%-
HSV(B)36.28º50.29%67.06%-
XYZ27.3827.2112.4-
YUV141.2496.26149.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.51%
GREEN value IS 137 (53.91% from 255) = 34.86%
BLUE value IS 85 (33.59% from 255) = 21.63%
R=43.51%
G=34.86%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711378500.200.500.3336.2833.8650.2
HexAB89550143221242232
Octal2532111250246241444262
Binary10101011100010011010101010100110010100001100100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8955; }

 p { color: rgb(171,137,85); }

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

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

 a { background-color: rgb(171,137,85); }

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

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

 span { border-color: rgb(171,137,85); }

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