#AC8A52

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

Shades of Teak #AC8A52

Tints of Teak #AC8A52

Color information

#AC8A52 (or 0xAC8A52) is unknown color: approx Teak. HEX triplet: AC, 8A and 52. RGB value is (172,138,82). Sum of RGB (Red+Green+Blue) = 172+138+82=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8A52 is #5375AD. Grayscale: #8E8E8E. Windows color (decimal): -5469614 or 5409452. OLE color: 5409452.

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

Color convert

RGB17213882-
CMYK00.200.520.33
HSL37.33º35.43%49.8%-
HSV(B)37.33º52.33%67.45%-
XYZ27.6227.5611.85-
YUV141.7894.26149.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.88%
GREEN value IS 138 (54.30% from 255) = 35.20%
BLUE value IS 82 (32.42% from 255) = 20.92%
R=43.88%
G=35.20%
B=20.92%

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
Decimal1721388200.200.520.3337.3335.4349.8
HexAC8A520143421252332
Octal2542121220246441454362
Binary10101100100010101010010010100110100100001100101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8A52; }

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

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

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

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

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

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

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

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