#AC885A

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

Shades of Teak #AC885A

Tints of Teak #AC885A

Color information

#AC885A (or 0xAC885A) is unknown color: approx Teak. HEX triplet: AC, 88 and 5A. RGB value is (172,136,90). Sum of RGB (Red+Green+Blue) = 172+136+90=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC885A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC885A is #5377A5. Grayscale: #8D8D8D. Windows color (decimal): -5470118 or 5933228. OLE color: 5933228.

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

Color convert

RGB17213690-
CMYK00.210.480.33
HSL33.66º33.06%51.37%-
HSV(B)33.66º47.67%67.45%-
XYZ27.6627.1213.45-
YUV141.5298.93149.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.22%
GREEN value IS 136 (53.52% from 255) = 34.17%
BLUE value IS 90 (35.55% from 255) = 22.61%
R=43.22%
G=34.17%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721369000.210.480.3333.6633.0651.37
HexAC885A0153021222133
Octal2542101320256041424163
Binary10101100100010001011010010101110000100001100010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC885A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC885A; }

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

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

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

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

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

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

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

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