#AC855C

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

Shades of Teak #AC855C

Tints of Teak #AC855C

Color information

#AC855C (or 0xAC855C) is unknown color: approx Teak. HEX triplet: AC, 85 and 5C. RGB value is (172,133,92). Sum of RGB (Red+Green+Blue) = 172+133+92=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC855C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC855C is #537AA3. Grayscale: #8C8C8C. Windows color (decimal): -5470884 or 6063532. OLE color: 6063532.

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

Color convert

RGB17213392-
CMYK00.230.470.33
HSL30.75º32.52%51.76%-
HSV(B)30.75º46.51%67.45%-
XYZ27.3326.3213.76-
YUV139.99100.92150.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.32%
GREEN value IS 133 (52.34% from 255) = 33.50%
BLUE value IS 92 (36.33% from 255) = 23.17%
R=43.32%
G=33.50%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721339200.230.470.3330.7532.5251.76
HexAC855C0172F211f2134
Octal2542051340275741374164
Binary1010110010000101101110001011110111110000111111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC855C; }

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

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

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

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

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

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

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

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