#AC8A58

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

Shades of Teak #AC8A58

Tints of Teak #AC8A58

Color information

#AC8A58 (or 0xAC8A58) is unknown color: approx Teak. HEX triplet: AC, 8A and 58. RGB value is (172,138,88). Sum of RGB (Red+Green+Blue) = 172+138+88=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 88 (34.77% from 255 or 22.11% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8A58 is #5375A7. Grayscale: #8E8E8E. Windows color (decimal): -5469608 or 5802668. OLE color: 5802668.

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

Color convert

RGB17213888-
CMYK00.200.490.33
HSL35.71º33.6%50.98%-
HSV(B)35.71º48.84%67.45%-
XYZ27.8627.6513.1-
YUV142.4797.26149.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.22%
GREEN value IS 138 (54.30% from 255) = 34.67%
BLUE value IS 88 (34.77% from 255) = 22.11%
R=43.22%
G=34.67%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721388800.200.490.3335.7133.650.98
HexAC8A580143121242233
Octal2542121300246141444263
Binary10101100100010101011000010100110001100001100100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8A58; }

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

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

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

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

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

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

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

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