#AC8D51

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

Shades of Teak #AC8D51

Tints of Teak #AC8D51

Color information

#AC8D51 (or 0xAC8D51) is unknown color: approx Teak. HEX triplet: AC, 8D and 51. RGB value is (172,141,81). Sum of RGB (Red+Green+Blue) = 172+141+81=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D51 is #5372AE. Grayscale: #8F8F8F. Windows color (decimal): -5468847 or 5344684. OLE color: 5344684.

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

Color convert

RGB17214181-
CMYK00.180.530.33
HSL39.56º35.97%49.61%-
HSV(B)39.56º52.91%67.45%-
XYZ28.0228.4111.79-
YUV143.4392.77148.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.65%
GREEN value IS 141 (55.47% from 255) = 35.79%
BLUE value IS 81 (32.03% from 255) = 20.56%
R=43.65%
G=35.79%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721418100.180.530.3339.5635.9749.61
HexAC8D510123521282432
Octal2542151210226541504462
Binary10101100100011011010001010010110101100001101000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8D51; }

 p { color: rgb(172,141,81); }

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

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

 a { background-color: rgb(172,141,81); }

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

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

 span { border-color: rgb(172,141,81); }

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