#AC875C

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

Shades of Teak #AC875C

Tints of Teak #AC875C

Color information

#AC875C (or 0xAC875C) is unknown color: approx Teak. HEX triplet: AC, 87 and 5C. RGB value is (172,135,92). Sum of RGB (Red+Green+Blue) = 172+135+92=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC875C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC875C is #5378A3. Grayscale: #8D8D8D. Windows color (decimal): -5470372 or 6064044. OLE color: 6064044.

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

Color convert

RGB17213592-
CMYK00.220.470.33
HSL32.25º32.52%51.76%-
HSV(B)32.25º46.51%67.45%-
XYZ27.6126.8713.86-
YUV141.16100.26150-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.11%
GREEN value IS 135 (53.12% from 255) = 33.83%
BLUE value IS 92 (36.33% from 255) = 23.06%
R=43.11%
G=33.83%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721359200.220.470.3332.2532.5251.76
HexAC875C0162F21202134
Octal2542071340265741404164
Binary10101100100001111011100010110101111100001100000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC875C; }

 p { color: rgb(172,135,92); }

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

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

 a { background-color: rgb(172,135,92); }

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

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

 span { border-color: rgb(172,135,92); }

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