#AC855A

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

Shades of Teak #AC855A

Tints of Teak #AC855A

Color information

#AC855A (or 0xAC855A) is unknown color: approx Teak. HEX triplet: AC, 85 and 5A. RGB value is (172,133,90). Sum of RGB (Red+Green+Blue) = 172+133+90=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC855A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC855A is #537AA5. Grayscale: #8B8B8B. Windows color (decimal): -5470886 or 5932460. OLE color: 5932460.

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

Color convert

RGB17213390-
CMYK00.230.480.33
HSL31.46º33.06%51.37%-
HSV(B)31.46º47.67%67.45%-
XYZ27.2526.2813.31-
YUV139.7699.92151-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.54%
GREEN value IS 133 (52.34% from 255) = 33.67%
BLUE value IS 90 (35.55% from 255) = 22.78%
R=43.54%
G=33.67%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721339000.230.480.3331.4633.0651.37
HexAC855A01730211f2133
Octal2542051320276041374163
Binary1010110010000101101101001011111000010000111111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC855A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC855A; }

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

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

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

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

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

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

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

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