#AB875B

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

Shades of Teak #AB875B

Tints of Teak #AB875B

Color information

#AB875B (or 0xAB875B) is unknown color: approx Teak. HEX triplet: AB, 87 and 5B. RGB value is (171,135,91). Sum of RGB (Red+Green+Blue) = 171+135+91=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB875B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB875B is #5478A4. Grayscale: #8C8C8C. Windows color (decimal): -5535909 or 5998507. OLE color: 5998507.

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

Color convert

RGB17113591-
CMYK00.210.470.33
HSL33º32.26%51.37%-
HSV(B)33º46.78%67.06%-
XYZ27.3526.7413.62-
YUV140.7599.93149.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.07%
GREEN value IS 135 (53.12% from 255) = 34.01%
BLUE value IS 91 (35.94% from 255) = 22.92%
R=43.07%
G=34.01%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711359100.210.470.333332.2651.37
HexAB875B0152F21212033
Octal2532071330255741414063
Binary10101011100001111011011010101101111100001100001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB875B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB875B; }

 p { color: rgb(171,135,91); }

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

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

 a { background-color: rgb(171,135,91); }

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

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

 span { border-color: rgb(171,135,91); }

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