#AA8A5F

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

Shades of Teak #AA8A5F

Tints of Teak #AA8A5F

Color information

#AA8A5F (or 0xAA8A5F) is unknown color: approx Teak. HEX triplet: AA, 8A and 5F. RGB value is (170,138,95). Sum of RGB (Red+Green+Blue) = 170+138+95=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8A5F is #5575A0. Grayscale: #8E8E8E. Windows color (decimal): -5600673 or 6261418. OLE color: 6261418.

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

Color convert

RGB17013895-
CMYK00.190.440.33
HSL34.4º30.61%51.96%-
HSV(B)34.4º44.12%66.67%-
XYZ27.7327.5514.68-
YUV142.67101.1147.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.18%
GREEN value IS 138 (54.30% from 255) = 34.24%
BLUE value IS 95 (37.5% from 255) = 23.57%
R=42.18%
G=34.24%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701389500.190.440.3334.430.6151.96
HexAA8A5F0132C21221f34
Octal2522121370235441423764
Binary1010101010001010101111101001110110010000110001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8A5F; }

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

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

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

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

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

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

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

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