#AA9256

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

Shades of Teak #AA9256

Tints of Teak #AA9256

Color information

#AA9256 (or 0xAA9256) is unknown color: approx Teak. HEX triplet: AA, 92 and 56. RGB value is (170,146,86). Sum of RGB (Red+Green+Blue) = 170+146+86=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9256 is #556DA9. Grayscale: #929292. Windows color (decimal): -5598634 or 5673642. OLE color: 5673642.

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

Color convert

RGB17014686-
CMYK00.140.490.33
HSL42.86º33.07%50.2%-
HSV(B)42.86º49.41%66.67%-
XYZ28.5429.7813.05-
YUV146.3493.95144.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.29%
GREEN value IS 146 (57.42% from 255) = 36.32%
BLUE value IS 86 (33.98% from 255) = 21.39%
R=42.29%
G=36.32%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701468600.140.490.3342.8633.0750.2
HexAA92560E31212b2132
Octal2522221260166141534162
Binary1010101010010010101011001110110001100001101011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9256; }

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

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

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

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

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

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

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

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