#A98866

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

Shades of Sandal #A98866

Tints of Sandal #A98866

Color information

#A98866 (or 0xA98866) is unknown color: approx Sandal. HEX triplet: A9, 88 and 66. RGB value is (169,136,102). Sum of RGB (Red+Green+Blue) = 169+136+102=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 169 - color contains mainly: red. Hex color #A98866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98866 is #567799. Grayscale: #8E8E8E. Windows color (decimal): -5666714 or 6719657. OLE color: 6719657.

HSL color Cylindrical-coordinate representation of color #A98866: hue angle of 30.45º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A98866 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB169136102-
CMYK00.200.400.34
HSL30.45º28.03%53.14%-
HSV(B)30.45º39.64%66.27%-
XYZ27.562716.33-
YUV141.99105.43147.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.52%
GREEN value IS 136 (53.52% from 255) = 33.42%
BLUE value IS 102 (40.23% from 255) = 25.06%
R=41.52%
G=33.42%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913610200.200.400.3430.4528.0353.14
HexA9886601428221e1c35
Octal2512101460245042363465
Binary101010011000100011001100101001010001000101111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98866; }

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

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

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

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

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

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

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

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