#AA886A

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

Shades of Sandal #AA886A

Tints of Sandal #AA886A

Color information

#AA886A (or 0xAA886A) is unknown color: approx Sandal. HEX triplet: AA, 88 and 6A. RGB value is (170,136,106). Sum of RGB (Red+Green+Blue) = 170+136+106=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA886A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA886A is #557795. Grayscale: #8E8E8E. Windows color (decimal): -5601174 or 6981802. OLE color: 6981802.

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

Color convert

RGB170136106-
CMYK00.200.380.33
HSL28.13º27.35%54.12%-
HSV(B)28.13º37.65%66.67%-
XYZ27.9827.1917.41-
YUV142.75107.26147.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.26%
GREEN value IS 136 (53.52% from 255) = 33.01%
BLUE value IS 106 (41.80% from 255) = 25.73%
R=41.26%
G=33.01%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013610600.200.380.3328.1327.3554.12
HexAA886A01426211c1b36
Octal2522101520244641343366
Binary101010101000100011010100101001001101000011110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA886A; }

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

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

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

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

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

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

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

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