#AA8A4B

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

Shades of Teak #AA8A4B

Tints of Teak #AA8A4B

Color information

#AA8A4B (or 0xAA8A4B) is unknown color: approx Teak. HEX triplet: AA, 8A and 4B. RGB value is (170,138,75). Sum of RGB (Red+Green+Blue) = 170+138+75=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8A4B is #5575B4. Grayscale: #8C8C8C. Windows color (decimal): -5600693 or 4950698. OLE color: 4950698.

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

Color convert

RGB17013875-
CMYK00.190.560.33
HSL39.79º38.78%48.04%-
HSV(B)39.79º55.88%66.67%-
XYZ26.9427.2310.49-
YUV140.3991.1149.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 138 (54.30% from 255) = 36.03%
BLUE value IS 75 (29.69% from 255) = 19.58%
R=44.39%
G=36.03%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701387500.190.560.3339.7938.7848.04
HexAA8A4B0133821282730
Octal2522121130237041504760
Binary10101010100010101001011010011111000100001101000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8A4B; }

 p { color: rgb(170,138,75); }

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

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

 a { background-color: rgb(170,138,75); }

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

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

 span { border-color: rgb(170,138,75); }

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