#AC875A

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

Shades of Teak #AC875A

Tints of Teak #AC875A

Color information

#AC875A (or 0xAC875A) is unknown color: approx Teak. HEX triplet: AC, 87 and 5A. RGB value is (172,135,90). Sum of RGB (Red+Green+Blue) = 172+135+90=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC875A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC875A is #5378A5. Grayscale: #8D8D8D. Windows color (decimal): -5470374 or 5932972. OLE color: 5932972.

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

Color convert

RGB17213590-
CMYK00.220.480.33
HSL32.93º33.06%51.37%-
HSV(B)32.93º47.67%67.45%-
XYZ27.5226.8413.4-
YUV140.9399.26150.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.32%
GREEN value IS 135 (53.12% from 255) = 34.01%
BLUE value IS 90 (35.55% from 255) = 22.67%
R=43.32%
G=34.01%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721359000.220.480.3332.9333.0651.37
HexAC875A0163021212133
Octal2542071320266041414163
Binary10101100100001111011010010110110000100001100001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC875A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC875A; }

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

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

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

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

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

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

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

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