#A38464

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

Shades of Sandal #A38464

Tints of Sandal #A38464

Color information

#A38464 (or 0xA38464) is unknown color: approx Sandal. HEX triplet: A3, 84 and 64. RGB value is (163,132,100). Sum of RGB (Red+Green+Blue) = 163+132+100=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A38464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38464 is #5C7B9B. Grayscale: #898989. Windows color (decimal): -6060956 or 6587555. OLE color: 6587555.

HSL color Cylindrical-coordinate representation of color #A38464: hue angle of 30.48º 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 #A38464 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB163132100-
CMYK00.190.390.36
HSL30.48º25.51%51.57%-
HSV(B)30.48º38.65%63.92%-
XYZ25.6625.2115.57-
YUV137.62106.77146.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.27%
GREEN value IS 132 (51.95% from 255) = 33.42%
BLUE value IS 100 (39.45% from 255) = 25.32%
R=41.27%
G=33.42%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313210000.190.390.3630.4825.5151.57
HexA3846401327241e1a34
Octal2432041440234744363264
Binary101000111000010011001000100111001111001001111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38464; }

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

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

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

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

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

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

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

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