#AA904F

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

Shades of Teak #AA904F

Tints of Teak #AA904F

Color information

#AA904F (or 0xAA904F) is unknown color: approx Teak. HEX triplet: AA, 90 and 4F. RGB value is (170,144,79). Sum of RGB (Red+Green+Blue) = 170+144+79=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 79 (31.25% from 255 or 20.10% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA904F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA904F is #556FB0. Grayscale: #909090. Windows color (decimal): -5599153 or 5214378. OLE color: 5214378.

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

Color convert

RGB17014479-
CMYK00.150.540.33
HSL42.86º36.55%48.82%-
HSV(B)42.86º53.53%66.67%-
XYZ27.9629.0611.53-
YUV144.3691.11146.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 144 (56.64% from 255) = 36.64%
BLUE value IS 79 (31.25% from 255) = 20.10%
R=43.26%
G=36.64%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701447900.150.540.3342.8636.5548.82
HexAA904F0F36212b2531
Octal2522201170176641534561
Binary1010101010010000100111101111110110100001101011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA904F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA904F; }

 p { color: rgb(170,144,79); }

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

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

 a { background-color: rgb(170,144,79); }

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

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

 span { border-color: rgb(170,144,79); }

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