#AA8556

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

Shades of Teak #AA8556

Tints of Teak #AA8556

Color information

#AA8556 (or 0xAA8556) is unknown color: approx Teak. HEX triplet: AA, 85 and 56. RGB value is (170,133,86). Sum of RGB (Red+Green+Blue) = 170+133+86=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8556 is #557AA9. Grayscale: #8A8A8A. Windows color (decimal): -5601962 or 5670314. OLE color: 5670314.

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

Color convert

RGB17013386-
CMYK00.220.490.33
HSL33.57º33.07%50.2%-
HSV(B)33.57º49.41%66.67%-
XYZ26.6425.9912.42-
YUV138.7198.26150.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.70%
GREEN value IS 133 (52.34% from 255) = 34.19%
BLUE value IS 86 (33.98% from 255) = 22.11%
R=43.70%
G=34.19%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701338600.220.490.3333.5733.0750.2
HexAA85560163121222132
Octal2522051260266141424162
Binary10101010100001011010110010110110001100001100010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8556; }

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

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

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

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

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

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

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

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