#AB8B5B

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

Shades of Teak #AB8B5B

Tints of Teak #AB8B5B

Color information

#AB8B5B (or 0xAB8B5B) is unknown color: approx Teak. HEX triplet: AB, 8B and 5B. RGB value is (171,139,91). Sum of RGB (Red+Green+Blue) = 171+139+91=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8B5B is #5474A4. Grayscale: #8F8F8F. Windows color (decimal): -5534885 or 5999531. OLE color: 5999531.

HSL color Cylindrical-coordinate representation of color #AB8B5B: hue angle of 36º degrees, saturation: 0.32, 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 #AB8B5B is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB17113991-
CMYK00.190.470.33
HSL36º32.26%51.37%-
HSV(B)36º46.78%67.06%-
XYZ27.9227.8813.81-
YUV143.198.6147.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.64%
GREEN value IS 139 (54.69% from 255) = 34.66%
BLUE value IS 91 (35.94% from 255) = 22.69%
R=42.64%
G=34.66%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711399100.190.470.333632.2651.37
HexAB8B5B0132F21242033
Octal2532131330235741444063
Binary10101011100010111011011010011101111100001100100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8B5B; }

 p { color: rgb(171,139,91); }

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

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

 a { background-color: rgb(171,139,91); }

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

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

 span { border-color: rgb(171,139,91); }

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