#AA8558

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

Shades of Teak #AA8558

Tints of Teak #AA8558

Color information

#AA8558 (or 0xAA8558) is unknown color: approx Teak. HEX triplet: AA, 85 and 58. RGB value is (170,133,88). Sum of RGB (Red+Green+Blue) = 170+133+88=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8558 is #557AA7. Grayscale: #8B8B8B. Windows color (decimal): -5601960 or 5801386. OLE color: 5801386.

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

Color convert

RGB17013388-
CMYK00.220.480.33
HSL32.93º32.54%50.59%-
HSV(B)32.93º48.24%66.67%-
XYZ26.7326.0312.85-
YUV138.9399.26150.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.48%
GREEN value IS 133 (52.34% from 255) = 34.02%
BLUE value IS 88 (34.77% from 255) = 22.51%
R=43.48%
G=34.02%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701338800.220.480.3332.9332.5450.59
HexAA85580163021212133
Octal2522051300266041414163
Binary10101010100001011011000010110110000100001100001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8558; }

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

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

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

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

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

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

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

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