#A58B61

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

Shades of Sandal #A58B61

Tints of Sandal #A58B61

Color information

#A58B61 (or 0xA58B61) is unknown color: approx Sandal. HEX triplet: A5, 8B and 61. RGB value is (165,139,97). Sum of RGB (Red+Green+Blue) = 165+139+97=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A58B61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58B61 is #5A749E. Grayscale: #8E8E8E. Windows color (decimal): -5928095 or 6392741. OLE color: 6392741.

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

Color convert

RGB16513997-
CMYK00.160.410.35
HSL37.06º27.42%51.37%-
HSV(B)37.06º41.21%64.71%-
XYZ26.9127.3315.17-
YUV141.99102.61144.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.15%
GREEN value IS 139 (54.69% from 255) = 34.66%
BLUE value IS 97 (38.28% from 255) = 24.19%
R=41.15%
G=34.66%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651399700.160.410.3537.0627.4251.37
HexA58B610102923251b33
Octal2452131410205143453363
Binary1010010110001011110000101000010100110001110010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58B61; }

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

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

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

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

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

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

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

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