#AC9154

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

Shades of Teak #AC9154

Tints of Teak #AC9154

Color information

#AC9154 (or 0xAC9154) is unknown color: approx Teak. HEX triplet: AC, 91 and 54. RGB value is (172,145,84). Sum of RGB (Red+Green+Blue) = 172+145+84=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9154 is #536EAB. Grayscale: #929292. Windows color (decimal): -5467820 or 5542316. OLE color: 5542316.

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

Color convert

RGB17214584-
CMYK00.160.510.33
HSL41.59º34.65%50.2%-
HSV(B)41.59º51.16%67.45%-
XYZ28.7429.6612.6-
YUV146.1292.95146.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.89%
GREEN value IS 145 (57.03% from 255) = 36.16%
BLUE value IS 84 (33.20% from 255) = 20.95%
R=42.89%
G=36.16%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721458400.160.510.3341.5934.6550.2
HexAC915401033212a2332
Octal2542211240206341524362
Binary10101100100100011010100010000110011100001101010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9154; }

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

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

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

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

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

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

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

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