#AA8A69

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

Shades of Sandal #AA8A69

Tints of Sandal #AA8A69

Color information

#AA8A69 (or 0xAA8A69) is unknown color: approx Sandal. HEX triplet: AA, 8A and 69. RGB value is (170,138,105). Sum of RGB (Red+Green+Blue) = 170+138+105=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8A69 is #557596. Grayscale: #8F8F8F. Windows color (decimal): -5600663 or 6916778. OLE color: 6916778.

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

Color convert

RGB170138105-
CMYK00.190.380.33
HSL30.46º27.66%53.92%-
HSV(B)30.46º38.24%66.67%-
XYZ28.2227.7417.23-
YUV143.81106.1146.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.16%
GREEN value IS 138 (54.30% from 255) = 33.41%
BLUE value IS 105 (41.41% from 255) = 25.42%
R=41.16%
G=33.41%
B=25.42%

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
Decimal17013810500.190.380.3330.4627.6653.92
HexAA8A6901326211e1c36
Octal2522121510234641363466
Binary101010101000101011010010100111001101000011111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8A69; }

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

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

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

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

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

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

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

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