#AA8755

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

Shades of Teak #AA8755

Tints of Teak #AA8755

Color information

#AA8755 (or 0xAA8755) is unknown color: approx Teak. HEX triplet: AA, 87 and 55. RGB value is (170,135,85). Sum of RGB (Red+Green+Blue) = 170+135+85=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8755 is #5578AA. Grayscale: #8B8B8B. Windows color (decimal): -5601451 or 5605290. OLE color: 5605290.

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

Color convert

RGB17013585-
CMYK00.210.500.33
HSL35.29º33.33%50%-
HSV(B)35.29º50%66.67%-
XYZ26.8826.5312.3-
YUV139.7697.1149.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.59%
GREEN value IS 135 (53.12% from 255) = 34.62%
BLUE value IS 85 (33.59% from 255) = 21.79%
R=43.59%
G=34.62%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701358500.210.500.3335.2933.3350
HexAA87550153221232132
Octal2522071250256241434162
Binary10101010100001111010101010101110010100001100011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8755; }

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

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

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

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

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

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

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

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