#AC8E5A

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

Shades of Teak #AC8E5A

Tints of Teak #AC8E5A

Color information

#AC8E5A (or 0xAC8E5A) is unknown color: approx Teak. HEX triplet: AC, 8E and 5A. RGB value is (172,142,90). Sum of RGB (Red+Green+Blue) = 172+142+90=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8E5A is #5371A5. Grayscale: #919191. Windows color (decimal): -5468582 or 5934764. OLE color: 5934764.

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

Color convert

RGB17214290-
CMYK00.170.480.33
HSL38.05º33.06%51.37%-
HSV(B)38.05º47.67%67.45%-
XYZ28.5328.8513.74-
YUV145.0496.94147.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.57%
GREEN value IS 142 (55.86% from 255) = 35.15%
BLUE value IS 90 (35.55% from 255) = 22.28%
R=42.57%
G=35.15%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721429000.170.480.3338.0533.0651.37
HexAC8E5A0113021262133
Octal2542161320216041464163
Binary10101100100011101011010010001110000100001100110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8E5A; }

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

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

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

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

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

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

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

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