#aa8d58

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

Shades of Teak #AA8D58

Tints of Teak #AA8D58

Color information

#AA8D58 (or 0xAA8D58) is unknown color: approx Teak. HEX triplet: AA, 8D and 58. RGB value is (170,141,88). Sum of RGB (Red+Green+Blue) = 170+141+88=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 88 (34.77% from 255 or 22.06% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D58 is #5572A7. Grayscale: #8F8F8F. Windows color (decimal): -5599912 or 5803434. OLE color: 5803434.

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

Color convert

RGB17014188-
CMYK00.170.480.33
HSL38.78º32.54%50.59%-
HSV(B)38.78º48.24%66.67%-
XYZ27.8628.313.23-
YUV143.6396.61146.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 141 (55.47% from 255) = 35.34%
BLUE value IS 88 (34.77% from 255) = 22.06%
R=42.61%
G=35.34%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701418800.170.480.3338.7832.5450.59
HexAA8D580113021272133
Octal2522151300216041474163
Binary10101010100011011011000010001110000100001100111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa8d58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa8d58; }

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

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

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

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

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

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

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

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