#AA8B4A

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

Shades of Teak #AA8B4A

Tints of Teak #AA8B4A

Color information

#AA8B4A (or 0xAA8B4A) is unknown color: approx Teak. HEX triplet: AA, 8B and 4A. RGB value is (170,139,74). Sum of RGB (Red+Green+Blue) = 170+139+74=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8B4A is #5574B5. Grayscale: #8D8D8D. Windows color (decimal): -5600438 or 4885418. OLE color: 4885418.

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

Color convert

RGB17013974-
CMYK00.180.560.33
HSL40.63º39.34%47.84%-
HSV(B)40.63º56.47%66.67%-
XYZ27.0527.5110.36-
YUV140.8690.27148.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 139 (54.69% from 255) = 36.29%
BLUE value IS 74 (29.30% from 255) = 19.32%
R=44.39%
G=36.29%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701397400.180.560.3340.6339.3447.84
HexAA8B4A0123821292730
Octal2522131120227041514760
Binary10101010100010111001010010010111000100001101001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8B4A; }

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

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

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

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

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

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

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

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