#AB8F56

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

Shades of Teak #AB8F56

Tints of Teak #AB8F56

Color information

#AB8F56 (or 0xAB8F56) is unknown color: approx Teak. HEX triplet: AB, 8F and 56. RGB value is (171,143,86). Sum of RGB (Red+Green+Blue) = 171+143+86=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8F56 is #5470A9. Grayscale: #919191. Windows color (decimal): -5533866 or 5672875. OLE color: 5672875.

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

Color convert

RGB17114386-
CMYK00.160.500.33
HSL40.24º33.6%50.39%-
HSV(B)40.24º49.71%67.06%-
XYZ28.328.9712.91-
YUV144.8794.78146.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.75%
GREEN value IS 143 (56.25% from 255) = 35.75%
BLUE value IS 86 (33.98% from 255) = 21.5%
R=42.75%
G=35.75%
B=21.5%

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
Decimal1711438600.160.500.3340.2433.650.39
HexAB8F560103221282232
Octal2532171260206241504262
Binary10101011100011111010110010000110010100001101000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8F56; }

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

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

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

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

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

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

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

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