#AC8A60

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

Shades of Teak #AC8A60

Tints of Teak #AC8A60

Color information

#AC8A60 (or 0xAC8A60) is unknown color: approx Teak. HEX triplet: AC, 8A and 60. RGB value is (172,138,96). Sum of RGB (Red+Green+Blue) = 172+138+96=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8A60 is #53759F. Grayscale: #8F8F8F. Windows color (decimal): -5469600 or 6326956. OLE color: 6326956.

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

Color convert

RGB17213896-
CMYK00.200.440.33
HSL33.16º31.4%52.55%-
HSV(B)33.16º44.19%67.45%-
XYZ28.2127.7914.94-
YUV143.38101.26148.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.36%
GREEN value IS 138 (54.30% from 255) = 33.99%
BLUE value IS 96 (37.89% from 255) = 23.65%
R=42.36%
G=33.99%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721389600.200.440.3333.1631.452.55
HexAC8A600142C21211f35
Octal2542121400245441413765
Binary1010110010001010110000001010010110010000110000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8A60; }

 p { color: rgb(172,138,96); }

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

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

 a { background-color: rgb(172,138,96); }

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

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

 span { border-color: rgb(172,138,96); }

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