#ab8852

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

Shades of Teak #AB8852

Tints of Teak #AB8852

Color information

#AB8852 (or 0xAB8852) is unknown color: approx Teak. HEX triplet: AB, 88 and 52. RGB value is (171,136,82). Sum of RGB (Red+Green+Blue) = 171+136+82=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8852 is #5477AD. Grayscale: #8C8C8C. Windows color (decimal): -5535662 or 5408939. OLE color: 5408939.

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

Color convert

RGB17113682-
CMYK00.200.520.33
HSL36.4º35.18%49.61%-
HSV(B)36.4º52.05%67.06%-
XYZ27.1226.8811.74-
YUV140.3195.1149.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.96%
GREEN value IS 136 (53.52% from 255) = 34.96%
BLUE value IS 82 (32.42% from 255) = 21.08%
R=43.96%
G=34.96%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711368200.200.520.3336.435.1849.61
HexAB88520143421242332
Octal2532101220246441444362
Binary10101011100010001010010010100110100100001100100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab8852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab8852; }

 p { color: rgb(171,136,82); }

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

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

 a { background-color: rgb(171,136,82); }

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

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

 span { border-color: rgb(171,136,82); }

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