#AA896A

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

Shades of Sandal #AA896A

Tints of Sandal #AA896A

Color information

#AA896A (or 0xAA896A) is unknown color: approx Sandal. HEX triplet: AA, 89 and 6A. RGB value is (170,137,106). Sum of RGB (Red+Green+Blue) = 170+137+106=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA896A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA896A is #557695. Grayscale: #8F8F8F. Windows color (decimal): -5600918 or 6982058. OLE color: 6982058.

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

Color convert

RGB170137106-
CMYK00.190.380.33
HSL29.06º27.35%54.12%-
HSV(B)29.06º37.65%66.67%-
XYZ28.1227.4817.46-
YUV143.33106.93147.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.16%
GREEN value IS 137 (53.91% from 255) = 33.17%
BLUE value IS 106 (41.80% from 255) = 25.67%
R=41.16%
G=33.17%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013710600.190.380.3329.0627.3554.12
HexAA896A01326211d1b36
Octal2522111520234641353366
Binary101010101000100111010100100111001101000011110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA896A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA896A; }

 p { color: rgb(170,137,106); }

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

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

 a { background-color: rgb(170,137,106); }

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

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

 span { border-color: rgb(170,137,106); }

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