#AB8A51

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

Shades of Teak #AB8A51

Tints of Teak #AB8A51

Color information

#AB8A51 (or 0xAB8A51) is unknown color: approx Teak. HEX triplet: AB, 8A and 51. RGB value is (171,138,81). Sum of RGB (Red+Green+Blue) = 171+138+81=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8A51 is #5475AE. Grayscale: #8D8D8D. Windows color (decimal): -5535151 or 5343915. OLE color: 5343915.

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

Color convert

RGB17113881-
CMYK00.190.530.33
HSL38º35.71%49.41%-
HSV(B)38º52.63%67.06%-
XYZ27.3727.4311.64-
YUV141.3793.93149.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.85%
GREEN value IS 138 (54.30% from 255) = 35.38%
BLUE value IS 81 (32.03% from 255) = 20.77%
R=43.85%
G=35.38%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711388100.190.530.333835.7149.41
HexAB8A510133521262431
Octal2532121210236541464461
Binary10101011100010101010001010011110101100001100110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8A51; }

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

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

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

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

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

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

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

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