#a48464

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

Shades of Sandal #A48464

Tints of Sandal #A48464

Color information

#A48464 (or 0xA48464) is unknown color: approx Sandal. HEX triplet: A4, 84 and 64. RGB value is (164,132,100). Sum of RGB (Red+Green+Blue) = 164+132+100=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A48464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48464 is #5B7B9B. Grayscale: #8A8A8A. Windows color (decimal): -5995420 or 6587556. OLE color: 6587556.

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

Color convert

RGB164132100-
CMYK00.200.390.36
HSL30º26.02%51.76%-
HSV(B)30º39.02%64.31%-
XYZ25.8625.3215.58-
YUV137.92106.6146.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.41%
GREEN value IS 132 (51.95% from 255) = 33.33%
BLUE value IS 100 (39.45% from 255) = 25.25%
R=41.41%
G=33.33%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413210000.200.390.363026.0251.76
HexA4846401427241e1a34
Octal2442041440244744363264
Binary101001001000010011001000101001001111001001111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a48464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a48464; }

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

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

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

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

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

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

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

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