#AA8A5A

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

Shades of Teak #AA8A5A

Tints of Teak #AA8A5A

Color information

#AA8A5A (or 0xAA8A5A) is unknown color: approx Teak. HEX triplet: AA, 8A and 5A. RGB value is (170,138,90). Sum of RGB (Red+Green+Blue) = 170+138+90=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8A5A is #5575A5. Grayscale: #8E8E8E. Windows color (decimal): -5600678 or 5933738. OLE color: 5933738.

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

Color convert

RGB17013890-
CMYK00.190.470.33
HSL36º32%50.98%-
HSV(B)36º47.06%66.67%-
XYZ27.5127.4613.52-
YUV142.198.6147.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.71%
GREEN value IS 138 (54.30% from 255) = 34.67%
BLUE value IS 90 (35.55% from 255) = 22.61%
R=42.71%
G=34.67%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701389000.190.470.33363250.98
HexAA8A5A0132F21242033
Octal2522121320235741444063
Binary10101010100010101011010010011101111100001100100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8A5A; }

 p { color: rgb(170,138,90); }

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

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

 a { background-color: rgb(170,138,90); }

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

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

 span { border-color: rgb(170,138,90); }

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