#AC884F

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

Shades of Teak #AC884F

Tints of Teak #AC884F

Color information

#AC884F (or 0xAC884F) is unknown color: approx Teak. HEX triplet: AC, 88 and 4F. RGB value is (172,136,79). Sum of RGB (Red+Green+Blue) = 172+136+79=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 79 (31.25% from 255 or 20.41% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC884F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC884F is #5377B0. Grayscale: #8C8C8C. Windows color (decimal): -5470129 or 5212332. OLE color: 5212332.

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

Color convert

RGB17213679-
CMYK00.210.540.33
HSL36.77º37.05%49.22%-
HSV(B)36.77º54.07%67.45%-
XYZ27.2326.9411.16-
YUV140.2793.43150.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.44%
GREEN value IS 136 (53.52% from 255) = 35.14%
BLUE value IS 79 (31.25% from 255) = 20.41%
R=44.44%
G=35.14%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721367900.210.540.3336.7737.0549.22
HexAC884F0153621252531
Octal2542101170256641454561
Binary10101100100010001001111010101110110100001100101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC884F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC884F; }

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

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

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

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

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

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

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

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