#AC8953

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

Shades of Teak #AC8953

Tints of Teak #AC8953

Color information

#AC8953 (or 0xAC8953) is unknown color: approx Teak. HEX triplet: AC, 89 and 53. RGB value is (172,137,83). Sum of RGB (Red+Green+Blue) = 172+137+83=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8953 is #5376AC. Grayscale: #8D8D8D. Windows color (decimal): -5469869 or 5474732. OLE color: 5474732.

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

Color convert

RGB17213783-
CMYK00.200.520.33
HSL36.4º34.9%50%-
HSV(B)36.4º51.74%67.45%-
XYZ27.5227.2912-
YUV141.3195.1149.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.88%
GREEN value IS 137 (53.91% from 255) = 34.95%
BLUE value IS 83 (32.81% from 255) = 21.17%
R=43.88%
G=34.95%
B=21.17%

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
Decimal1721378300.200.520.3336.434.950
HexAC89530143421242332
Octal2542111230246441444362
Binary10101100100010011010011010100110100100001100100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8953; }

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

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

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

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

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

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

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

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