#AB885A

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

Shades of Teak #AB885A

Tints of Teak #AB885A

Color information

#AB885A (or 0xAB885A) is unknown color: approx Teak. HEX triplet: AB, 88 and 5A. RGB value is (171,136,90). Sum of RGB (Red+Green+Blue) = 171+136+90=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB885A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB885A is #5477A5. Grayscale: #8D8D8D. Windows color (decimal): -5535654 or 5933227. OLE color: 5933227.

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

Color convert

RGB17113690-
CMYK00.200.470.33
HSL34.07º32.53%51.18%-
HSV(B)34.07º47.37%67.06%-
XYZ27.442713.44-
YUV141.2299.1149.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.07%
GREEN value IS 136 (53.52% from 255) = 34.26%
BLUE value IS 90 (35.55% from 255) = 22.67%
R=43.07%
G=34.26%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711369000.200.470.3334.0732.5351.18
HexAB885A0142F21222133
Octal2532101320245741424163
Binary10101011100010001011010010100101111100001100010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB885A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB885A; }

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

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

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

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

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

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

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

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