#A38664

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

Shades of Sandal #A38664

Tints of Sandal #A38664

Color information

#A38664 (or 0xA38664) is unknown color: approx Sandal. HEX triplet: A3, 86 and 64. RGB value is (163,134,100). Sum of RGB (Red+Green+Blue) = 163+134+100=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A38664 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38664 is #5C799B. Grayscale: #8A8A8A. Windows color (decimal): -6060444 or 6588067. OLE color: 6588067.

HSL color Cylindrical-coordinate representation of color #A38664: hue angle of 32.38º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A38664 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB163134100-
CMYK00.180.390.36
HSL32.38º25.51%51.57%-
HSV(B)32.38º38.65%63.92%-
XYZ25.9325.7615.66-
YUV138.79106.11145.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.06%
GREEN value IS 134 (52.73% from 255) = 33.75%
BLUE value IS 100 (39.45% from 255) = 25.19%
R=41.06%
G=33.75%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313410000.180.390.3632.3825.5151.57
HexA386640122724201a34
Octal2432061440224744403264
Binary1010001110000110110010001001010011110010010000011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38664; }

 p { color: rgb(163,134,100); }

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

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

 a { background-color: rgb(163,134,100); }

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

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

 span { border-color: rgb(163,134,100); }

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