#AB8F50

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

Shades of Teak #AB8F50

Tints of Teak #AB8F50

Color information

#AB8F50 (or 0xAB8F50) is unknown color: approx Teak. HEX triplet: AB, 8F and 50. RGB value is (171,143,80). Sum of RGB (Red+Green+Blue) = 171+143+80=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8F50 is #5470AF. Grayscale: #909090. Windows color (decimal): -5533872 or 5279659. OLE color: 5279659.

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

Color convert

RGB17114380-
CMYK00.160.530.33
HSL41.54º36.25%49.22%-
HSV(B)41.54º53.22%67.06%-
XYZ28.0728.8811.69-
YUV144.1991.78147.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.40%
GREEN value IS 143 (56.25% from 255) = 36.29%
BLUE value IS 80 (31.64% from 255) = 20.30%
R=43.40%
G=36.29%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711438000.160.530.3341.5436.2549.22
HexAB8F5001035212a2431
Octal2532171200206541524461
Binary10101011100011111010000010000110101100001101010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8F50; }

 p { color: rgb(171,143,80); }

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

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

 a { background-color: rgb(171,143,80); }

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

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

 span { border-color: rgb(171,143,80); }

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