#AB8755

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

Shades of Teak #AB8755

Tints of Teak #AB8755

Color information

#AB8755 (or 0xAB8755) is unknown color: approx Teak. HEX triplet: AB, 87 and 55. RGB value is (171,135,85). Sum of RGB (Red+Green+Blue) = 171+135+85=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8755 is #5478AA. Grayscale: #8C8C8C. Windows color (decimal): -5535915 or 5605291. OLE color: 5605291.

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

Color convert

RGB17113585-
CMYK00.210.500.33
HSL34.88º33.86%50.2%-
HSV(B)34.88º50.29%67.06%-
XYZ27.126.6412.31-
YUV140.0696.93150.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.73%
GREEN value IS 135 (53.12% from 255) = 34.53%
BLUE value IS 85 (33.59% from 255) = 21.74%
R=43.73%
G=34.53%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711358500.210.500.3334.8833.8650.2
HexAB87550153221232232
Octal2532071250256241434262
Binary10101011100001111010101010101110010100001100011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8755; }

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

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

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

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

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

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

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

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