#AC8555

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

Shades of Teak #AC8555

Tints of Teak #AC8555

Color information

#AC8555 (or 0xAC8555) is unknown color: approx Teak. HEX triplet: AC, 85 and 55. RGB value is (172,133,85). Sum of RGB (Red+Green+Blue) = 172+133+85=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8555 is #537AAA. Grayscale: #8B8B8B. Windows color (decimal): -5470891 or 5604780. OLE color: 5604780.

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

Color convert

RGB17213385-
CMYK00.230.510.33
HSL33.1º34.39%50.39%-
HSV(B)33.1º50.58%67.45%-
XYZ27.0426.212.23-
YUV139.1997.42151.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.10%
GREEN value IS 133 (52.34% from 255) = 34.10%
BLUE value IS 85 (33.59% from 255) = 21.79%
R=44.10%
G=34.10%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721338500.230.510.3333.134.3950.39
HexAC85550173321212232
Octal2542051250276341414262
Binary10101100100001011010101010111110011100001100001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8555; }

 p { color: rgb(172,133,85); }

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

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

 a { background-color: rgb(172,133,85); }

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

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

 span { border-color: rgb(172,133,85); }

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