#AA8F58

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

Shades of Teak #AA8F58

Tints of Teak #AA8F58

Color information

#AA8F58 (or 0xAA8F58) is unknown color: approx Teak. HEX triplet: AA, 8F and 58. RGB value is (170,143,88). Sum of RGB (Red+Green+Blue) = 170+143+88=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F58 is #5570A7. Grayscale: #919191. Windows color (decimal): -5599400 or 5803946. OLE color: 5803946.

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

Color convert

RGB17014388-
CMYK00.160.480.33
HSL40.24º32.54%50.59%-
HSV(B)40.24º48.24%66.67%-
XYZ28.1628.913.33-
YUV144.895.95145.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.39%
GREEN value IS 143 (56.25% from 255) = 35.66%
BLUE value IS 88 (34.77% from 255) = 21.95%
R=42.39%
G=35.66%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701438800.160.480.3340.2432.5450.59
HexAA8F580103021282133
Octal2522171300206041504163
Binary10101010100011111011000010000110000100001101000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8F58; }

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

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

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

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

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

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

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

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