#AA9258

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

Shades of Teak #AA9258

Tints of Teak #AA9258

Color information

#AA9258 (or 0xAA9258) is unknown color: approx Teak. HEX triplet: AA, 92 and 58. RGB value is (170,146,88). Sum of RGB (Red+Green+Blue) = 170+146+88=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9258 is #556DA7. Grayscale: #929292. Windows color (decimal): -5598632 or 5804714. OLE color: 5804714.

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

Color convert

RGB17014688-
CMYK00.140.480.33
HSL42.44º32.54%50.59%-
HSV(B)42.44º48.24%66.67%-
XYZ28.6229.8113.48-
YUV146.5694.95144.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.08%
GREEN value IS 146 (57.42% from 255) = 36.14%
BLUE value IS 88 (34.77% from 255) = 21.78%
R=42.08%
G=36.14%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701468800.140.480.3342.4432.5450.59
HexAA92580E30212a2133
Octal2522221300166041524163
Binary1010101010010010101100001110110000100001101010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9258; }

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

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

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

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

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

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

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

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