#A88661

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

Shades of Sandal #A88661

Tints of Sandal #A88661

Color information

#A88661 (or 0xA88661) is unknown color: approx Sandal. HEX triplet: A8, 86 and 61. RGB value is (168,134,97). Sum of RGB (Red+Green+Blue) = 168+134+97=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 168 - color contains mainly: red. Hex color #A88661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88661 is #57799E. Grayscale: #8C8C8C. Windows color (decimal): -5732767 or 6391464. OLE color: 6391464.

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

Color convert

RGB16813497-
CMYK00.200.420.34
HSL31.27º28.98%51.96%-
HSV(B)31.27º42.26%65.88%-
XYZ26.8326.2414.96-
YUV139.95103.76148.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.11%
GREEN value IS 134 (52.73% from 255) = 33.58%
BLUE value IS 97 (38.28% from 255) = 24.31%
R=42.11%
G=33.58%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681349700.200.420.3431.2728.9851.96
HexA886610142A221f1d34
Octal2502061410245242373564
Binary101010001000011011000010101001010101000101111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88661; }

 p { color: rgb(168,134,97); }

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

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

 a { background-color: rgb(168,134,97); }

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

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

 span { border-color: rgb(168,134,97); }

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