#AA855C

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

Shades of Teak #AA855C

Tints of Teak #AA855C

Color information

#AA855C (or 0xAA855C) is unknown color: approx Teak. HEX triplet: AA, 85 and 5C. RGB value is (170,133,92). Sum of RGB (Red+Green+Blue) = 170+133+92=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA855C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA855C is #557AA3. Grayscale: #8B8B8B. Windows color (decimal): -5601956 or 6063530. OLE color: 6063530.

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

Color convert

RGB17013392-
CMYK00.220.460.33
HSL31.54º31.45%51.37%-
HSV(B)31.54º45.88%66.67%-
XYZ26.926.0913.74-
YUV139.39101.26149.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.04%
GREEN value IS 133 (52.34% from 255) = 33.67%
BLUE value IS 92 (36.33% from 255) = 23.29%
R=43.04%
G=33.67%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701339200.220.460.3331.5431.4551.37
HexAA855C0162E21201f33
Octal2522051340265641403763
Binary1010101010000101101110001011010111010000110000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA855C; }

 p { color: rgb(170,133,92); }

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

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

 a { background-color: rgb(170,133,92); }

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

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

 span { border-color: rgb(170,133,92); }

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