#AB8752

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

Shades of Teak #AB8752

Tints of Teak #AB8752

Color information

#AB8752 (or 0xAB8752) is unknown color: approx Teak. HEX triplet: AB, 87 and 52. RGB value is (171,135,82). Sum of RGB (Red+Green+Blue) = 171+135+82=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8752 is #5478AD. Grayscale: #8B8B8B. Windows color (decimal): -5535918 or 5408683. OLE color: 5408683.

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

Color convert

RGB17113582-
CMYK00.210.520.33
HSL35.73º35.18%49.61%-
HSV(B)35.73º52.05%67.06%-
XYZ26.9826.611.69-
YUV139.7295.43150.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.07%
GREEN value IS 135 (53.12% from 255) = 34.79%
BLUE value IS 82 (32.42% from 255) = 21.13%
R=44.07%
G=34.79%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711358200.210.520.3335.7335.1849.61
HexAB87520153421242332
Octal2532071220256441444362
Binary10101011100001111010010010101110100100001100100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8752; }

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

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

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

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

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

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

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

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