#AC9054

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

Shades of Teak #AC9054

Tints of Teak #AC9054

Color information

#AC9054 (or 0xAC9054) is unknown color: approx Teak. HEX triplet: AC, 90 and 54. RGB value is (172,144,84). Sum of RGB (Red+Green+Blue) = 172+144+84=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9054 is #536FAB. Grayscale: #919191. Windows color (decimal): -5468076 or 5542060. OLE color: 5542060.

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

Color convert

RGB17214484-
CMYK00.160.510.33
HSL40.91º34.65%50.2%-
HSV(B)40.91º51.16%67.45%-
XYZ28.5929.3612.55-
YUV145.5393.28146.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43%
GREEN value IS 144 (56.64% from 255) = 36%
BLUE value IS 84 (33.20% from 255) = 21%
R=43%
G=36%
B=21%

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
Decimal1721448400.160.510.3340.9134.6550.2
HexAC90540103321292332
Octal2542201240206341514362
Binary10101100100100001010100010000110011100001101001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9054; }

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

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

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

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

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

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

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

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