#AC8A5A

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

Shades of Teak #AC8A5A

Tints of Teak #AC8A5A

Color information

#AC8A5A (or 0xAC8A5A) is unknown color: approx Teak. HEX triplet: AC, 8A and 5A. RGB value is (172,138,90). Sum of RGB (Red+Green+Blue) = 172+138+90=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8A5A is #5375A5. Grayscale: #8E8E8E. Windows color (decimal): -5469606 or 5933740. OLE color: 5933740.

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

Color convert

RGB17213890-
CMYK00.200.480.33
HSL35.12º33.06%51.37%-
HSV(B)35.12º47.67%67.45%-
XYZ27.9527.6913.54-
YUV142.6998.26148.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43%
GREEN value IS 138 (54.30% from 255) = 34.5%
BLUE value IS 90 (35.55% from 255) = 22.5%
R=43%
G=34.5%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721389000.200.480.3335.1233.0651.37
HexAC8A5A0143021232133
Octal2542121320246041434163
Binary10101100100010101011010010100110000100001100011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8A5A; }

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

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

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

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

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

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

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

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