#AB8854

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

Shades of Teak #AB8854

Tints of Teak #AB8854

Color information

#AB8854 (or 0xAB8854) is unknown color: approx Teak. HEX triplet: AB, 88 and 54. RGB value is (171,136,84). Sum of RGB (Red+Green+Blue) = 171+136+84=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8854 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8854 is #5477AB. Grayscale: #8C8C8C. Windows color (decimal): -5535660 or 5540011. OLE color: 5540011.

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

Color convert

RGB17113684-
CMYK00.200.510.33
HSL35.86º34.12%50%-
HSV(B)35.86º50.88%67.06%-
XYZ27.226.9112.15-
YUV140.5496.1149.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.73%
GREEN value IS 136 (53.52% from 255) = 34.78%
BLUE value IS 84 (33.20% from 255) = 21.48%
R=43.73%
G=34.78%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711368400.200.510.3335.8634.1250
HexAB88540143321242232
Octal2532101240246341444262
Binary10101011100010001010100010100110011100001100100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8854; }

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

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

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

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

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

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

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

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