#AC8D5A

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

Shades of Teak #AC8D5A

Tints of Teak #AC8D5A

Color information

#AC8D5A (or 0xAC8D5A) is unknown color: approx Teak. HEX triplet: AC, 8D and 5A. RGB value is (172,141,90). Sum of RGB (Red+Green+Blue) = 172+141+90=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D5A is #5372A5. Grayscale: #909090. Windows color (decimal): -5468838 or 5934508. OLE color: 5934508.

HSL color Cylindrical-coordinate representation of color #AC8D5A: hue angle of 37.32º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC8D5A is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB17214190-
CMYK00.180.480.33
HSL37.32º33.06%51.37%-
HSV(B)37.32º47.67%67.45%-
XYZ28.3828.5613.69-
YUV144.4597.27147.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.68%
GREEN value IS 141 (55.47% from 255) = 34.99%
BLUE value IS 90 (35.55% from 255) = 22.33%
R=42.68%
G=34.99%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721419000.180.480.3337.3233.0651.37
HexAC8D5A0123021252133
Octal2542151320226041454163
Binary10101100100011011011010010010110000100001100101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8D5A; }

 p { color: rgb(172,141,90); }

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

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

 a { background-color: rgb(172,141,90); }

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

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

 span { border-color: rgb(172,141,90); }

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