#AC8754

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

Shades of Teak #AC8754

Tints of Teak #AC8754

Color information

#AC8754 (or 0xAC8754) is unknown color: approx Teak. HEX triplet: AC, 87 and 54. RGB value is (172,135,84). Sum of RGB (Red+Green+Blue) = 172+135+84=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8754 is #5378AB. Grayscale: #8C8C8C. Windows color (decimal): -5470380 or 5539756. OLE color: 5539756.

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

Color convert

RGB17213584-
CMYK00.220.510.33
HSL34.77º34.65%50.2%-
HSV(B)34.77º51.16%67.45%-
XYZ27.2826.7412.11-
YUV140.2596.26150.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.99%
GREEN value IS 135 (53.12% from 255) = 34.53%
BLUE value IS 84 (33.20% from 255) = 21.48%
R=43.99%
G=34.53%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721358400.220.510.3334.7734.6550.2
HexAC87540163321232332
Octal2542071240266341434362
Binary10101100100001111010100010110110011100001100011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8754; }

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

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

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

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

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

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

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

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