#AB865C

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

Shades of Teak #AB865C

Tints of Teak #AB865C

Color information

#AB865C (or 0xAB865C) is unknown color: approx Teak. HEX triplet: AB, 86 and 5C. RGB value is (171,134,92). Sum of RGB (Red+Green+Blue) = 171+134+92=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB865C is #5479A3. Grayscale: #8C8C8C. Windows color (decimal): -5536164 or 6063787. OLE color: 6063787.

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

Color convert

RGB17113492-
CMYK00.220.460.33
HSL31.9º31.98%51.57%-
HSV(B)31.9º46.2%67.06%-
XYZ27.2526.4813.8-
YUV140.28100.76149.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.07%
GREEN value IS 134 (52.73% from 255) = 33.75%
BLUE value IS 92 (36.33% from 255) = 23.17%
R=43.07%
G=33.75%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711349200.220.460.3331.931.9851.57
HexAB865C0162E21202034
Octal2532061340265641404064
Binary10101011100001101011100010110101110100001100000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB865C; }

 p { color: rgb(171,134,92); }

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

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

 a { background-color: rgb(171,134,92); }

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

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

 span { border-color: rgb(171,134,92); }

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