#A48B62

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

Shades of Sandal #A48B62

Tints of Sandal #A48B62

Color information

#A48B62 (or 0xA48B62) is unknown color: approx Sandal. HEX triplet: A4, 8B and 62. RGB value is (164,139,98). Sum of RGB (Red+Green+Blue) = 164+139+98=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48B62 is #5B749D. Grayscale: #8D8D8D. Windows color (decimal): -5993630 or 6458276. OLE color: 6458276.

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

Color convert

RGB16413998-
CMYK00.150.400.36
HSL37.27º26.61%51.37%-
HSV(B)37.27º40.24%64.31%-
XYZ26.7527.2415.4-
YUV141.8103.28143.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 139 (54.69% from 255) = 34.66%
BLUE value IS 98 (38.67% from 255) = 24.44%
R=40.90%
G=34.66%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641399800.150.400.3637.2726.6151.37
HexA48B620F2824251b33
Octal2442131420175044453363
Binary101001001000101111000100111110100010010010010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48B62; }

 p { color: rgb(164,139,98); }

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

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

 a { background-color: rgb(164,139,98); }

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

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

 span { border-color: rgb(164,139,98); }

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