#AB8D5A

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

Shades of Teak #AB8D5A

Tints of Teak #AB8D5A

Color information

#AB8D5A (or 0xAB8D5A) is unknown color: approx Teak. HEX triplet: AB, 8D and 5A. RGB value is (171,141,90). Sum of RGB (Red+Green+Blue) = 171+141+90=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8D5A is #5472A5. Grayscale: #909090. Windows color (decimal): -5534374 or 5934507. OLE color: 5934507.

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

Color convert

RGB17114190-
CMYK00.180.470.33
HSL37.78º32.53%51.18%-
HSV(B)37.78º47.37%67.06%-
XYZ28.1628.4513.68-
YUV144.1697.44147.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.54%
GREEN value IS 141 (55.47% from 255) = 35.07%
BLUE value IS 90 (35.55% from 255) = 22.39%
R=42.54%
G=35.07%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711419000.180.470.3337.7832.5351.18
HexAB8D5A0122F21262133
Octal2532151320225741464163
Binary10101011100011011011010010010101111100001100110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8D5A; }

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

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

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

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

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

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

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

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