#AB8A55

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

Shades of Teak #AB8A55

Tints of Teak #AB8A55

Color information

#AB8A55 (or 0xAB8A55) is unknown color: approx Teak. HEX triplet: AB, 8A and 55. RGB value is (171,138,85). Sum of RGB (Red+Green+Blue) = 171+138+85=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8A55 is #5475AA. Grayscale: #8E8E8E. Windows color (decimal): -5535147 or 5606059. OLE color: 5606059.

HSL color Cylindrical-coordinate representation of color #AB8A55: hue angle of 36.98º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB8A55 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB17113885-
CMYK00.190.500.33
HSL36.98º33.86%50.2%-
HSV(B)36.98º50.29%67.06%-
XYZ27.5227.4912.45-
YUV141.8295.93148.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.40%
GREEN value IS 138 (54.30% from 255) = 35.03%
BLUE value IS 85 (33.59% from 255) = 21.57%
R=43.40%
G=35.03%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711388500.190.500.3336.9833.8650.2
HexAB8A550133221252232
Octal2532121250236241454262
Binary10101011100010101010101010011110010100001100101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8A55; }

 p { color: rgb(171,138,85); }

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

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

 a { background-color: rgb(171,138,85); }

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

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

 span { border-color: rgb(171,138,85); }

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