#AB865D

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

Shades of Teak #AB865D

Tints of Teak #AB865D

Color information

#AB865D (or 0xAB865D) is unknown color: approx Teak. HEX triplet: AB, 86 and 5D. RGB value is (171,134,93). Sum of RGB (Red+Green+Blue) = 171+134+93=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB865D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB865D is #5479A2. Grayscale: #8C8C8C. Windows color (decimal): -5536163 or 6129323. OLE color: 6129323.

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

Color convert

RGB17113493-
CMYK00.220.460.33
HSL31.54º31.71%51.76%-
HSV(B)31.54º45.61%67.06%-
XYZ27.326.514.03-
YUV140.39101.26149.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.96%
GREEN value IS 134 (52.73% from 255) = 33.67%
BLUE value IS 93 (36.72% from 255) = 23.37%
R=42.96%
G=33.67%
B=23.37%

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
Decimal1711349300.220.460.3331.5431.7151.76
HexAB865D0162E21202034
Octal2532061350265641404064
Binary10101011100001101011101010110101110100001100000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB865D; }

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

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

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

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

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

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

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

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