#AA8B50

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

Shades of Teak #AA8B50

Tints of Teak #AA8B50

Color information

#AA8B50 (or 0xAA8B50) is unknown color: approx Teak. HEX triplet: AA, 8B and 50. RGB value is (170,139,80). Sum of RGB (Red+Green+Blue) = 170+139+80=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8B50 is #5574AF. Grayscale: #8D8D8D. Windows color (decimal): -5600432 or 5278634. OLE color: 5278634.

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

Color convert

RGB17013980-
CMYK00.180.530.33
HSL39.33º36%49.02%-
HSV(B)39.33º52.94%66.67%-
XYZ27.2627.5911.48-
YUV141.5493.27148.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.70%
GREEN value IS 139 (54.69% from 255) = 35.73%
BLUE value IS 80 (31.64% from 255) = 20.57%
R=43.70%
G=35.73%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701398000.180.530.3339.333649.02
HexAA8B500123521272431
Octal2522131200226541474461
Binary10101010100010111010000010010110101100001100111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8B50; }

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

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

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

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

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

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

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

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