#AB8F55

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

Shades of Teak #AB8F55

Tints of Teak #AB8F55

Color information

#AB8F55 (or 0xAB8F55) is unknown color: approx Teak. HEX triplet: AB, 8F and 55. RGB value is (171,143,85). Sum of RGB (Red+Green+Blue) = 171+143+85=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8F55 is #5470AA. Grayscale: #919191. Windows color (decimal): -5533867 or 5607339. OLE color: 5607339.

HSL color Cylindrical-coordinate representation of color #AB8F55: hue angle of 40.47º 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 #AB8F55 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB17114385-
CMYK00.160.500.33
HSL40.47º33.86%50.2%-
HSV(B)40.47º50.29%67.06%-
XYZ28.2628.9612.69-
YUV144.7694.28146.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.86%
GREEN value IS 143 (56.25% from 255) = 35.84%
BLUE value IS 85 (33.59% from 255) = 21.30%
R=42.86%
G=35.84%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711438500.160.500.3340.4733.8650.2
HexAB8F550103221282232
Octal2532171250206241504262
Binary10101011100011111010101010000110010100001101000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8F55; }

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

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

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

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

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

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

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

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