#AB8652

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

Shades of Teak #AB8652

Tints of Teak #AB8652

Color information

#AB8652 (or 0xAB8652) is unknown color: approx Teak. HEX triplet: AB, 86 and 52. RGB value is (171,134,82). Sum of RGB (Red+Green+Blue) = 171+134+82=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8652 is #5479AD. Grayscale: #8B8B8B. Windows color (decimal): -5536174 or 5408427. OLE color: 5408427.

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

Color convert

RGB17113482-
CMYK00.220.520.33
HSL35.06º35.18%49.61%-
HSV(B)35.06º52.05%67.06%-
XYZ26.8426.3211.65-
YUV139.1495.76150.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.19%
GREEN value IS 134 (52.73% from 255) = 34.63%
BLUE value IS 82 (32.42% from 255) = 21.19%
R=44.19%
G=34.63%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711348200.220.520.3335.0635.1849.61
HexAB86520163421232332
Octal2532061220266441434362
Binary10101011100001101010010010110110100100001100011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8652; }

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

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

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

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

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

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

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

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