#AA8C5F

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

Shades of Teak #AA8C5F

Tints of Teak #AA8C5F

Color information

#AA8C5F (or 0xAA8C5F) is unknown color: approx Teak. HEX triplet: AA, 8C and 5F. RGB value is (170,140,95). Sum of RGB (Red+Green+Blue) = 170+140+95=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8C5F is #5573A0. Grayscale: #909090. Windows color (decimal): -5600161 or 6261930. OLE color: 6261930.

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

Color convert

RGB17014095-
CMYK00.180.440.33
HSL36º30.61%51.96%-
HSV(B)36º44.12%66.67%-
XYZ28.0228.1314.78-
YUV143.84100.44146.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.98%
GREEN value IS 140 (55.08% from 255) = 34.57%
BLUE value IS 95 (37.5% from 255) = 23.46%
R=41.98%
G=34.57%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701409500.180.440.333630.6151.96
HexAA8C5F0122C21241f34
Octal2522141370225441443764
Binary1010101010001100101111101001010110010000110010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8C5F; }

 p { color: rgb(170,140,95); }

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

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

 a { background-color: rgb(170,140,95); }

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

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

 span { border-color: rgb(170,140,95); }

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