#AC8F52

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

Shades of Teak #AC8F52

Tints of Teak #AC8F52

Color information

#AC8F52 (or 0xAC8F52) is unknown color: approx Teak. HEX triplet: AC, 8F and 52. RGB value is (172,143,82). Sum of RGB (Red+Green+Blue) = 172+143+82=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8F52 is #5370AD. Grayscale: #909090. Windows color (decimal): -5468334 or 5410732. OLE color: 5410732.

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

Color convert

RGB17214382-
CMYK00.170.520.33
HSL40.67º35.43%49.8%-
HSV(B)40.67º52.33%67.45%-
XYZ28.3629.0212.09-
YUV144.7292.61147.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.32%
GREEN value IS 143 (56.25% from 255) = 36.02%
BLUE value IS 82 (32.42% from 255) = 20.65%
R=43.32%
G=36.02%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721438200.170.520.3340.6735.4349.8
HexAC8F520113421292332
Octal2542171220216441514362
Binary10101100100011111010010010001110100100001101001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8F52; }

 p { color: rgb(172,143,82); }

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

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

 a { background-color: rgb(172,143,82); }

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

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

 span { border-color: rgb(172,143,82); }

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