#AC8A51

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

Shades of Teak #AC8A51

Tints of Teak #AC8A51

Color information

#AC8A51 (or 0xAC8A51) is unknown color: approx Teak. HEX triplet: AC, 8A and 51. RGB value is (172,138,81). Sum of RGB (Red+Green+Blue) = 172+138+81=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8A51 is #5375AE. Grayscale: #8D8D8D. Windows color (decimal): -5469615 or 5343916. OLE color: 5343916.

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

Color convert

RGB17213881-
CMYK00.200.530.33
HSL37.58º35.97%49.61%-
HSV(B)37.58º52.91%67.45%-
XYZ27.5927.5411.65-
YUV141.6793.76149.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.99%
GREEN value IS 138 (54.30% from 255) = 35.29%
BLUE value IS 81 (32.03% from 255) = 20.72%
R=43.99%
G=35.29%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721388100.200.530.3337.5835.9749.61
HexAC8A510143521262432
Octal2542121210246541464462
Binary10101100100010101010001010100110101100001100110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8A51; }

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

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

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

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

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

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

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

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