#AA8B52

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

Shades of Teak #AA8B52

Tints of Teak #AA8B52

Color information

#AA8B52 (or 0xAA8B52) is unknown color: approx Teak. HEX triplet: AA, 8B and 52. RGB value is (170,139,82). Sum of RGB (Red+Green+Blue) = 170+139+82=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8B52 is #5574AD. Grayscale: #8E8E8E. Windows color (decimal): -5600430 or 5409706. OLE color: 5409706.

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

Color convert

RGB17013982-
CMYK00.180.520.33
HSL38.86º34.92%49.41%-
HSV(B)38.86º51.76%66.67%-
XYZ27.3327.6211.87-
YUV141.7794.27148.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.48%
GREEN value IS 139 (54.69% from 255) = 35.55%
BLUE value IS 82 (32.42% from 255) = 20.97%
R=43.48%
G=35.55%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701398200.180.520.3338.8634.9249.41
HexAA8B520123421272331
Octal2522131220226441474361
Binary10101010100010111010010010010110100100001100111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8B52; }

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

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

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

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

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

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

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

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