#AB8858

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

Shades of Teak #AB8858

Tints of Teak #AB8858

Color information

#AB8858 (or 0xAB8858) is unknown color: approx Teak. HEX triplet: AB, 88 and 58. RGB value is (171,136,88). Sum of RGB (Red+Green+Blue) = 171+136+88=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8858 is #5477A7. Grayscale: #8D8D8D. Windows color (decimal): -5535656 or 5802155. OLE color: 5802155.

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

Color convert

RGB17113688-
CMYK00.200.490.33
HSL34.7º33.07%50.78%-
HSV(B)34.7º48.54%67.06%-
XYZ27.3626.9713-
YUV140.9998.1149.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.29%
GREEN value IS 136 (53.52% from 255) = 34.43%
BLUE value IS 88 (34.77% from 255) = 22.28%
R=43.29%
G=34.43%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711368800.200.490.3334.733.0750.78
HexAB88580143121232133
Octal2532101300246141434163
Binary10101011100010001011000010100110001100001100011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8858; }

 p { color: rgb(171,136,88); }

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

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

 a { background-color: rgb(171,136,88); }

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

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

 span { border-color: rgb(171,136,88); }

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