#AC8A54

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

Shades of Teak #AC8A54

Tints of Teak #AC8A54

Color information

#AC8A54 (or 0xAC8A54) is unknown color: approx Teak. HEX triplet: AC, 8A and 54. RGB value is (172,138,84). Sum of RGB (Red+Green+Blue) = 172+138+84=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8A54 is #5375AB. Grayscale: #8E8E8E. Windows color (decimal): -5469612 or 5540524. OLE color: 5540524.

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

Color convert

RGB17213884-
CMYK00.200.510.33
HSL36.82º34.65%50.2%-
HSV(B)36.82º51.16%67.45%-
XYZ27.727.5912.25-
YUV142.0195.26149.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.65%
GREEN value IS 138 (54.30% from 255) = 35.03%
BLUE value IS 84 (33.20% from 255) = 21.32%
R=43.65%
G=35.03%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721388400.200.510.3336.8234.6550.2
HexAC8A540143321252332
Octal2542121240246341454362
Binary10101100100010101010100010100110011100001100101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8A54; }

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

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

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

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

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

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

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

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