#AB8B5F

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

Shades of Teak #AB8B5F

Tints of Teak #AB8B5F

Color information

#AB8B5F (or 0xAB8B5F) is unknown color: approx Teak. HEX triplet: AB, 8B and 5F. RGB value is (171,139,95). Sum of RGB (Red+Green+Blue) = 171+139+95=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8B5F is #5474A0. Grayscale: #8F8F8F. Windows color (decimal): -5534881 or 6261675. OLE color: 6261675.

HSL color Cylindrical-coordinate representation of color #AB8B5F: hue angle of 34.74º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB8B5F is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB17113995-
CMYK00.190.440.33
HSL34.74º31.15%52.16%-
HSV(B)34.74º44.44%67.06%-
XYZ28.0927.9514.74-
YUV143.55100.6147.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.22%
GREEN value IS 139 (54.69% from 255) = 34.32%
BLUE value IS 95 (37.5% from 255) = 23.46%
R=42.22%
G=34.32%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711399500.190.440.3334.7431.1552.16
HexAB8B5F0132C21231f34
Octal2532131370235441433764
Binary1010101110001011101111101001110110010000110001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8B5F; }

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

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

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

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

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

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

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

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