#AA8C56

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

Shades of Teak #AA8C56

Tints of Teak #AA8C56

Color information

#AA8C56 (or 0xAA8C56) is unknown color: approx Teak. HEX triplet: AA, 8C and 56. RGB value is (170,140,86). Sum of RGB (Red+Green+Blue) = 170+140+86=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8C56 is #5573A9. Grayscale: #8F8F8F. Windows color (decimal): -5600170 or 5672106. OLE color: 5672106.

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

Color convert

RGB17014086-
CMYK00.180.490.33
HSL38.57º33.07%50.2%-
HSV(B)38.57º49.41%66.67%-
XYZ27.6427.9712.75-
YUV142.8195.94147.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.93%
GREEN value IS 140 (55.08% from 255) = 35.35%
BLUE value IS 86 (33.98% from 255) = 21.72%
R=42.93%
G=35.35%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701408600.180.490.3338.5733.0750.2
HexAA8C560123121272132
Octal2522141260226141474162
Binary10101010100011001010110010010110001100001100111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8C56; }

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

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

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

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

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

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

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

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