#AB8951

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

Shades of Teak #AB8951

Tints of Teak #AB8951

Color information

#AB8951 (or 0xAB8951) is unknown color: approx Teak. HEX triplet: AB, 89 and 51. RGB value is (171,137,81). Sum of RGB (Red+Green+Blue) = 171+137+81=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8951 is #5476AE. Grayscale: #8D8D8D. Windows color (decimal): -5535407 or 5343659. OLE color: 5343659.

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

Color convert

RGB17113781-
CMYK00.200.530.33
HSL37.33º35.71%49.41%-
HSV(B)37.33º52.63%67.06%-
XYZ27.2327.1411.59-
YUV140.7894.26149.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.96%
GREEN value IS 137 (53.91% from 255) = 35.22%
BLUE value IS 81 (32.03% from 255) = 20.82%
R=43.96%
G=35.22%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711378100.200.530.3337.3335.7149.41
HexAB89510143521252431
Octal2532111210246541454461
Binary10101011100010011010001010100110101100001100101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8951; }

 p { color: rgb(171,137,81); }

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

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

 a { background-color: rgb(171,137,81); }

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

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

 span { border-color: rgb(171,137,81); }

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