#AC9051

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

Shades of Teak #AC9051

Tints of Teak #AC9051

Color information

#AC9051 (or 0xAC9051) is unknown color: approx Teak. HEX triplet: AC, 90 and 51. RGB value is (172,144,81). Sum of RGB (Red+Green+Blue) = 172+144+81=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9051 is #536FAE. Grayscale: #919191. Windows color (decimal): -5468079 or 5345452. OLE color: 5345452.

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

Color convert

RGB17214481-
CMYK00.160.530.33
HSL41.54º35.97%49.61%-
HSV(B)41.54º52.91%67.45%-
XYZ28.4729.3111.94-
YUV145.1991.78147.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.32%
GREEN value IS 144 (56.64% from 255) = 36.27%
BLUE value IS 81 (32.03% from 255) = 20.40%
R=43.32%
G=36.27%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721448100.160.530.3341.5435.9749.61
HexAC905101035212a2432
Octal2542201210206541524462
Binary10101100100100001010001010000110101100001101010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9051; }

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

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

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

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

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

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

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

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