#A38563

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

Shades of Sandal #A38563

Tints of Sandal #A38563

Color information

#A38563 (or 0xA38563) is unknown color: approx Sandal. HEX triplet: A3, 85 and 63. RGB value is (163,133,99). Sum of RGB (Red+Green+Blue) = 163+133+99=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A38563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38563 is #5C7A9C. Grayscale: #8A8A8A. Windows color (decimal): -6060701 or 6522275. OLE color: 6522275.

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

Color convert

RGB16313399-
CMYK00.180.390.36
HSL31.88º25.81%51.37%-
HSV(B)31.88º39.26%63.92%-
XYZ25.7425.4615.36-
YUV138.09105.94145.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.27%
GREEN value IS 133 (52.34% from 255) = 33.67%
BLUE value IS 99 (39.06% from 255) = 25.06%
R=41.27%
G=33.67%
B=25.06%

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
Decimal1631339900.180.390.3631.8825.8151.37
HexA385630122724201a33
Octal2432051430224744403263
Binary1010001110000101110001101001010011110010010000011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38563; }

 p { color: rgb(163,133,99); }

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

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

 a { background-color: rgb(163,133,99); }

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

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

 span { border-color: rgb(163,133,99); }

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