#AC8851

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

Shades of Teak #AC8851

Tints of Teak #AC8851

Color information

#AC8851 (or 0xAC8851) is unknown color: approx Teak. HEX triplet: AC, 88 and 51. RGB value is (172,136,81). Sum of RGB (Red+Green+Blue) = 172+136+81=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8851 is #5377AE. Grayscale: #8C8C8C. Windows color (decimal): -5470127 or 5343404. OLE color: 5343404.

HSL color Cylindrical-coordinate representation of color #AC8851: hue angle of 36.26º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC8851 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB17213681-
CMYK00.210.530.33
HSL36.26º35.97%49.61%-
HSV(B)36.26º52.91%67.45%-
XYZ27.326.9711.55-
YUV140.4994.43150.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.22%
GREEN value IS 136 (53.52% from 255) = 34.96%
BLUE value IS 81 (32.03% from 255) = 20.82%
R=44.22%
G=34.96%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721368100.210.530.3336.2635.9749.61
HexAC88510153521242432
Octal2542101210256541444462
Binary10101100100010001010001010101110101100001100100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8851; }

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

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

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

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

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

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

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

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