#A58B67

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

Shades of Sandal #A58B67

Tints of Sandal #A58B67

Color information

#A58B67 (or 0xA58B67) is unknown color: approx Sandal. HEX triplet: A5, 8B and 67. RGB value is (165,139,103). Sum of RGB (Red+Green+Blue) = 165+139+103=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A58B67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58B67 is #5A7498. Grayscale: #8E8E8E. Windows color (decimal): -5928089 or 6785957. OLE color: 6785957.

HSL color Cylindrical-coordinate representation of color #A58B67: hue angle of 34.84º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A58B67 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB165139103-
CMYK00.160.380.35
HSL34.84º25.62%52.55%-
HSV(B)34.84º37.58%64.71%-
XYZ27.227.4416.7-
YUV142.67105.61143.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.54%
GREEN value IS 139 (54.69% from 255) = 34.15%
BLUE value IS 103 (40.62% from 255) = 25.31%
R=40.54%
G=34.15%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513910300.160.380.3534.8425.6252.55
HexA58B670102623231a35
Octal2452131470204643433265
Binary1010010110001011110011101000010011010001110001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58B67; }

 p { color: rgb(165,139,103); }

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

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

 a { background-color: rgb(165,139,103); }

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

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

 span { border-color: rgb(165,139,103); }

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