#AC8B51

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

Shades of Teak #AC8B51

Tints of Teak #AC8B51

Color information

#AC8B51 (or 0xAC8B51) is unknown color: approx Teak. HEX triplet: AC, 8B and 51. RGB value is (172,139,81). Sum of RGB (Red+Green+Blue) = 172+139+81=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8B51 is #5374AE. Grayscale: #8E8E8E. Windows color (decimal): -5469359 or 5344172. OLE color: 5344172.

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

Color convert

RGB17213981-
CMYK00.190.530.33
HSL38.24º35.97%49.61%-
HSV(B)38.24º52.91%67.45%-
XYZ27.7327.8311.69-
YUV142.2693.43149.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.88%
GREEN value IS 139 (54.69% from 255) = 35.46%
BLUE value IS 81 (32.03% from 255) = 20.66%
R=43.88%
G=35.46%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721398100.190.530.3338.2435.9749.61
HexAC8B510133521262432
Octal2542131210236541464462
Binary10101100100010111010001010011110101100001100110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8B51; }

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

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

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

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

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

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

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

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