#AA8952

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

Shades of Teak #AA8952

Tints of Teak #AA8952

Color information

#AA8952 (or 0xAA8952) is unknown color: approx Teak. HEX triplet: AA, 89 and 52. RGB value is (170,137,82). Sum of RGB (Red+Green+Blue) = 170+137+82=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8952 is #5576AD. Grayscale: #8C8C8C. Windows color (decimal): -5600942 or 5409194. OLE color: 5409194.

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

Color convert

RGB17013782-
CMYK00.190.520.33
HSL37.5º34.92%49.41%-
HSV(B)37.5º51.76%66.67%-
XYZ27.0527.0511.78-
YUV140.694.93148.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.70%
GREEN value IS 137 (53.91% from 255) = 35.22%
BLUE value IS 82 (32.42% from 255) = 21.08%
R=43.70%
G=35.22%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701378200.190.520.3337.534.9249.41
HexAA89520133421262331
Octal2522111220236441464361
Binary10101010100010011010010010011110100100001100110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8952; }

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

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

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

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

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

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

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

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