#aa8754

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

Shades of Teak #AA8754

Tints of Teak #AA8754

Color information

#AA8754 (or 0xAA8754) is unknown color: approx Teak. HEX triplet: AA, 87 and 54. RGB value is (170,135,84). Sum of RGB (Red+Green+Blue) = 170+135+84=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8754 is #5578AB. Grayscale: #8B8B8B. Windows color (decimal): -5601452 or 5539754. OLE color: 5539754.

HSL color Cylindrical-coordinate representation of color #AA8754: hue angle of 35.58º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA8754 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB17013584-
CMYK00.210.510.33
HSL35.58º33.86%49.8%-
HSV(B)35.58º50.59%66.67%-
XYZ26.8426.5112.09-
YUV139.6596.6149.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.70%
GREEN value IS 135 (53.12% from 255) = 34.70%
BLUE value IS 84 (33.20% from 255) = 21.59%
R=43.70%
G=34.70%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701358400.210.510.3335.5833.8649.8
HexAA87540153321242232
Octal2522071240256341444262
Binary10101010100001111010100010101110011100001100100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa8754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa8754; }

 p { color: rgb(170,135,84); }

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

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

 a { background-color: rgb(170,135,84); }

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

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

 span { border-color: rgb(170,135,84); }

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