#AA8D51

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

Shades of Teak #AA8D51

Tints of Teak #AA8D51

Color information

#AA8D51 (or 0xAA8D51) is unknown color: approx Teak. HEX triplet: AA, 8D and 51. RGB value is (170,141,81). Sum of RGB (Red+Green+Blue) = 170+141+81=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D51 is #5572AE. Grayscale: #8F8F8F. Windows color (decimal): -5599919 or 5344682. OLE color: 5344682.

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

Color convert

RGB17014181-
CMYK00.170.520.33
HSL40.45º35.46%49.22%-
HSV(B)40.45º52.35%66.67%-
XYZ27.5928.1911.77-
YUV142.8393.11147.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.37%
GREEN value IS 141 (55.47% from 255) = 35.97%
BLUE value IS 81 (32.03% from 255) = 20.66%
R=43.37%
G=35.97%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701418100.170.520.3340.4535.4649.22
HexAA8D510113421282331
Octal2522151210216441504361
Binary10101010100011011010001010001110100100001101000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8D51; }

 p { color: rgb(170,141,81); }

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

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

 a { background-color: rgb(170,141,81); }

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

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

 span { border-color: rgb(170,141,81); }

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