#AA8753

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

Shades of Teak #AA8753

Tints of Teak #AA8753

Color information

#AA8753 (or 0xAA8753) is unknown color: approx Teak. HEX triplet: AA, 87 and 53. RGB value is (170,135,83). Sum of RGB (Red+Green+Blue) = 170+135+83=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8753 is #5578AC. Grayscale: #8B8B8B. Windows color (decimal): -5601453 or 5474218. OLE color: 5474218.

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

Color convert

RGB17013583-
CMYK00.210.510.33
HSL35.86º34.39%49.61%-
HSV(B)35.86º51.18%66.67%-
XYZ26.826.511.89-
YUV139.5496.1149.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.81%
GREEN value IS 135 (53.12% from 255) = 34.79%
BLUE value IS 83 (32.81% from 255) = 21.39%
R=43.81%
G=34.79%
B=21.39%

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
Decimal1701358300.210.510.3335.8634.3949.61
HexAA87530153321242232
Octal2522071230256341444262
Binary10101010100001111010011010101110011100001100100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8753; }

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

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

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

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

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

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

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

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