#AA9054

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

Shades of Teak #AA9054

Tints of Teak #AA9054

Color information

#AA9054 (or 0xAA9054) is unknown color: approx Teak. HEX triplet: AA, 90 and 54. RGB value is (170,144,84). Sum of RGB (Red+Green+Blue) = 170+144+84=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9054 is #556FAB. Grayscale: #919191. Windows color (decimal): -5599148 or 5542058. OLE color: 5542058.

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

Color convert

RGB17014484-
CMYK00.150.510.33
HSL41.86º33.86%49.8%-
HSV(B)41.86º50.59%66.67%-
XYZ28.1529.1312.53-
YUV144.9393.61145.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.71%
GREEN value IS 144 (56.64% from 255) = 36.18%
BLUE value IS 84 (33.20% from 255) = 21.11%
R=42.71%
G=36.18%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701448400.150.510.3341.8633.8649.8
HexAA90540F33212a2232
Octal2522201240176341524262
Binary1010101010010000101010001111110011100001101010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9054; }

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

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

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

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

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

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

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

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