#AB8555

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

Shades of Teak #AB8555

Tints of Teak #AB8555

Color information

#AB8555 (or 0xAB8555) is unknown color: approx Teak. HEX triplet: AB, 85 and 55. RGB value is (171,133,85). Sum of RGB (Red+Green+Blue) = 171+133+85=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8555 is #547AAA. Grayscale: #8B8B8B. Windows color (decimal): -5536427 or 5604779. OLE color: 5604779.

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

Color convert

RGB17113385-
CMYK00.220.500.33
HSL33.49º33.86%50.2%-
HSV(B)33.49º50.29%67.06%-
XYZ26.8226.0912.22-
YUV138.8997.59150.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.96%
GREEN value IS 133 (52.34% from 255) = 34.19%
BLUE value IS 85 (33.59% from 255) = 21.85%
R=43.96%
G=34.19%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711338500.220.500.3333.4933.8650.2
HexAB85550163221212232
Octal2532051250266241414262
Binary10101011100001011010101010110110010100001100001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8555; }

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

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

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

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

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

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

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

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