#AB8A5C

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

Shades of Teak #AB8A5C

Tints of Teak #AB8A5C

Color information

#AB8A5C (or 0xAB8A5C) is unknown color: approx Teak. HEX triplet: AB, 8A and 5C. RGB value is (171,138,92). Sum of RGB (Red+Green+Blue) = 171+138+92=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8A5C is #5475A3. Grayscale: #8E8E8E. Windows color (decimal): -5535140 or 6064811. OLE color: 6064811.

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

Color convert

RGB17113892-
CMYK00.190.460.33
HSL34.94º31.98%51.57%-
HSV(B)34.94º46.2%67.06%-
XYZ27.8127.6113.99-
YUV142.6299.43148.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.64%
GREEN value IS 138 (54.30% from 255) = 34.41%
BLUE value IS 92 (36.33% from 255) = 22.94%
R=42.64%
G=34.41%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711389200.190.460.3334.9431.9851.57
HexAB8A5C0132E21232034
Octal2532121340235641434064
Binary10101011100010101011100010011101110100001100011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8A5C; }

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

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

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

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

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

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

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

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