#AC8952

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

Shades of Teak #AC8952

Tints of Teak #AC8952

Color information

#AC8952 (or 0xAC8952) is unknown color: approx Teak. HEX triplet: AC, 89 and 52. RGB value is (172,137,82). Sum of RGB (Red+Green+Blue) = 172+137+82=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8952 is #5376AD. Grayscale: #8D8D8D. Windows color (decimal): -5469870 or 5409196. OLE color: 5409196.

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

Color convert

RGB17213782-
CMYK00.200.520.33
HSL36.67º35.43%49.8%-
HSV(B)36.67º52.33%67.45%-
XYZ27.4827.2711.8-
YUV141.294.6149.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.99%
GREEN value IS 137 (53.91% from 255) = 35.04%
BLUE value IS 82 (32.42% from 255) = 20.97%
R=43.99%
G=35.04%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721378200.200.520.3336.6735.4349.8
HexAC89520143421252332
Octal2542111220246441454362
Binary10101100100010011010010010100110100100001100101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8952; }

 p { color: rgb(172,137,82); }

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

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

 a { background-color: rgb(172,137,82); }

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

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

 span { border-color: rgb(172,137,82); }

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