#AC9052

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

Shades of Teak #AC9052

Tints of Teak #AC9052

Color information

#AC9052 (or 0xAC9052) is unknown color: approx Teak. HEX triplet: AC, 90 and 52. RGB value is (172,144,82). Sum of RGB (Red+Green+Blue) = 172+144+82=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9052 is #536FAD. Grayscale: #919191. Windows color (decimal): -5468078 or 5410988. OLE color: 5410988.

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

Color convert

RGB17214482-
CMYK00.160.520.33
HSL41.33º35.43%49.8%-
HSV(B)41.33º52.33%67.45%-
XYZ28.5129.3312.14-
YUV145.392.28147.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.22%
GREEN value IS 144 (56.64% from 255) = 36.18%
BLUE value IS 82 (32.42% from 255) = 20.60%
R=43.22%
G=36.18%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721448200.160.520.3341.3335.4349.8
HexAC90520103421292332
Octal2542201220206441514362
Binary10101100100100001010010010000110100100001101001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9052; }

 p { color: rgb(172,144,82); }

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

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

 a { background-color: rgb(172,144,82); }

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

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

 span { border-color: rgb(172,144,82); }

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