#AA9458

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

Shades of Teak #AA9458

Tints of Teak #AA9458

Color information

#AA9458 (or 0xAA9458) is unknown color: approx Teak. HEX triplet: AA, 94 and 58. RGB value is (170,148,88). Sum of RGB (Red+Green+Blue) = 170+148+88=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9458 is #556BA7. Grayscale: #949494. Windows color (decimal): -5598120 or 5805226. OLE color: 5805226.

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

Color convert

RGB17014888-
CMYK00.130.480.33
HSL43.9º32.54%50.59%-
HSV(B)43.9º48.24%66.67%-
XYZ28.9330.4313.58-
YUV147.7494.29143.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.87%
GREEN value IS 148 (58.20% from 255) = 36.45%
BLUE value IS 88 (34.77% from 255) = 21.67%
R=41.87%
G=36.45%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701488800.130.480.3343.932.5450.59
HexAA94580D30212c2133
Octal2522241300156041544163
Binary1010101010010100101100001101110000100001101100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9458; }

 p { color: rgb(170,148,88); }

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

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

 a { background-color: rgb(170,148,88); }

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

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

 span { border-color: rgb(170,148,88); }

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