#AC9258

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

Shades of Teak #AC9258

Tints of Teak #AC9258

Color information

#AC9258 (or 0xAC9258) is unknown color: approx Teak. HEX triplet: AC, 92 and 58. RGB value is (172,146,88). Sum of RGB (Red+Green+Blue) = 172+146+88=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9258 is #536DA7. Grayscale: #939393. Windows color (decimal): -5467560 or 5804716. OLE color: 5804716.

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

Color convert

RGB17214688-
CMYK00.150.490.33
HSL41.43º33.6%50.98%-
HSV(B)41.43º48.84%67.45%-
XYZ29.0530.0313.5-
YUV147.1694.61145.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.36%
GREEN value IS 146 (57.42% from 255) = 35.96%
BLUE value IS 88 (34.77% from 255) = 21.67%
R=42.36%
G=35.96%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721468800.150.490.3341.4333.650.98
HexAC92580F3121292233
Octal2542221300176141514263
Binary1010110010010010101100001111110001100001101001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9258; }

 p { color: rgb(172,146,88); }

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

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

 a { background-color: rgb(172,146,88); }

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

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

 span { border-color: rgb(172,146,88); }

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