#A48C61

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

Shades of Sandal #A48C61

Tints of Sandal #A48C61

Color information

#A48C61 (or 0xA48C61) is unknown color: approx Sandal. HEX triplet: A4, 8C and 61. RGB value is (164,140,97). Sum of RGB (Red+Green+Blue) = 164+140+97=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48C61 is #5B739E. Grayscale: #8E8E8E. Windows color (decimal): -5993375 or 6392996. OLE color: 6392996.

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

Color convert

RGB16414097-
CMYK00.150.410.36
HSL38.51º26.91%51.18%-
HSV(B)38.51º40.85%64.31%-
XYZ26.8527.5115.2-
YUV142.27102.45143.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 140 (55.08% from 255) = 34.91%
BLUE value IS 97 (38.28% from 255) = 24.19%
R=40.90%
G=34.91%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641409700.150.410.3638.5126.9151.18
HexA48C610F2924271b33
Octal2442141410175144473363
Binary101001001000110011000010111110100110010010011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48C61; }

 p { color: rgb(164,140,97); }

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

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

 a { background-color: rgb(164,140,97); }

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

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

 span { border-color: rgb(164,140,97); }

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