#AC8A5B

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

Shades of Teak #AC8A5B

Tints of Teak #AC8A5B

Color information

#AC8A5B (or 0xAC8A5B) is unknown color: approx Teak. HEX triplet: AC, 8A and 5B. RGB value is (172,138,91). Sum of RGB (Red+Green+Blue) = 172+138+91=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8A5B is #5375A4. Grayscale: #8F8F8F. Windows color (decimal): -5469605 or 5999276. OLE color: 5999276.

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

Color convert

RGB17213891-
CMYK00.200.470.33
HSL34.81º32.79%51.57%-
HSV(B)34.81º47.09%67.45%-
XYZ27.9927.713.77-
YUV142.8198.76148.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.89%
GREEN value IS 138 (54.30% from 255) = 34.41%
BLUE value IS 91 (35.94% from 255) = 22.69%
R=42.89%
G=34.41%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721389100.200.470.3334.8132.7951.57
HexAC8A5B0142F21232134
Octal2542121330245741434164
Binary10101100100010101011011010100101111100001100011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8A5B; }

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

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

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

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

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

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

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

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