#AC8C5F

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

Shades of Teak #AC8C5F

Tints of Teak #AC8C5F

Color information

#AC8C5F (or 0xAC8C5F) is unknown color: approx Teak. HEX triplet: AC, 8C and 5F. RGB value is (172,140,95). Sum of RGB (Red+Green+Blue) = 172+140+95=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C5F is #5373A0. Grayscale: #909090. Windows color (decimal): -5469089 or 6261932. OLE color: 6261932.

HSL color Cylindrical-coordinate representation of color #AC8C5F: hue angle of 35.06º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC8C5F is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB17214095-
CMYK00.190.450.33
HSL35.06º31.69%52.35%-
HSV(B)35.06º44.77%67.45%-
XYZ28.4628.3514.8-
YUV144.44100.1147.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 140 (55.08% from 255) = 34.40%
BLUE value IS 95 (37.5% from 255) = 23.34%
R=42.26%
G=34.40%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721409500.190.450.3335.0631.6952.35
HexAC8C5F0132D21232034
Octal2542141370235541434064
Binary10101100100011001011111010011101101100001100011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8C5F; }

 p { color: rgb(172,140,95); }

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

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

 a { background-color: rgb(172,140,95); }

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

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

 span { border-color: rgb(172,140,95); }

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