#AA8669

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

Shades of Sandal #AA8669

Tints of Sandal #AA8669

Color information

#AA8669 (or 0xAA8669) is unknown color: approx Sandal. HEX triplet: AA, 86 and 69. RGB value is (170,134,105). Sum of RGB (Red+Green+Blue) = 170+134+105=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8669 is #557996. Grayscale: #8D8D8D. Windows color (decimal): -5601687 or 6915754. OLE color: 6915754.

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

Color convert

RGB170134105-
CMYK00.210.380.33
HSL26.77º27.66%53.92%-
HSV(B)26.77º38.24%66.67%-
XYZ27.6526.6217.04-
YUV141.46107.43148.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.56%
GREEN value IS 134 (52.73% from 255) = 32.76%
BLUE value IS 105 (41.41% from 255) = 25.67%
R=41.56%
G=32.76%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013410500.210.380.3326.7727.6653.92
HexAA866901526211b1c36
Octal2522061510254641333466
Binary101010101000011011010010101011001101000011101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8669; }

 p { color: rgb(170,134,105); }

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

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

 a { background-color: rgb(170,134,105); }

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

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

 span { border-color: rgb(170,134,105); }

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