#AA8F50

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

Shades of Teak #AA8F50

Tints of Teak #AA8F50

Color information

#AA8F50 (or 0xAA8F50) is unknown color: approx Teak. HEX triplet: AA, 8F and 50. RGB value is (170,143,80). Sum of RGB (Red+Green+Blue) = 170+143+80=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F50 is #5570AF. Grayscale: #909090. Windows color (decimal): -5599408 or 5279658. OLE color: 5279658.

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

Color convert

RGB17014380-
CMYK00.160.530.33
HSL42º36%49.02%-
HSV(B)42º52.94%66.67%-
XYZ27.8528.7711.67-
YUV143.8991.95146.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 143 (56.25% from 255) = 36.39%
BLUE value IS 80 (31.64% from 255) = 20.36%
R=43.26%
G=36.39%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701438000.160.530.33423649.02
HexAA8F5001035212a2431
Octal2522171200206541524461
Binary10101010100011111010000010000110101100001101010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8F50; }

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

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

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

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

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

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

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

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