#A98869

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

Shades of Sandal #A98869

Tints of Sandal #A98869

Color information

#A98869 (or 0xA98869) is unknown color: approx Sandal. HEX triplet: A9, 88 and 69. RGB value is (169,136,105). Sum of RGB (Red+Green+Blue) = 169+136+105=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 169 - color contains mainly: red. Hex color #A98869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98869 is #567796. Grayscale: #8E8E8E. Windows color (decimal): -5666711 or 6916265. OLE color: 6916265.

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

Color convert

RGB169136105-
CMYK00.200.380.34
HSL29.06º27.12%53.73%-
HSV(B)29.06º37.87%66.27%-
XYZ27.7227.0617.13-
YUV142.33106.93147.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.22%
GREEN value IS 136 (53.52% from 255) = 33.17%
BLUE value IS 105 (41.41% from 255) = 25.61%
R=41.22%
G=33.17%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913610500.200.380.3429.0627.1253.73
HexA9886901426221d1b36
Octal2512101510244642353366
Binary101010011000100011010010101001001101000101110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98869; }

 p { color: rgb(169,136,105); }

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

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

 a { background-color: rgb(169,136,105); }

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

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

 span { border-color: rgb(169,136,105); }

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