#A58A67

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

Shades of Sandal #A58A67

Tints of Sandal #A58A67

Color information

#A58A67 (or 0xA58A67) is unknown color: approx Sandal. HEX triplet: A5, 8A and 67. RGB value is (165,138,103). Sum of RGB (Red+Green+Blue) = 165+138+103=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58A67 is #5A7598. Grayscale: #8E8E8E. Windows color (decimal): -5928345 or 6785701. OLE color: 6785701.

HSL color Cylindrical-coordinate representation of color #A58A67: hue angle of 33.87º 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 #A58A67 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB165138103-
CMYK00.160.380.35
HSL33.87º25.62%52.55%-
HSV(B)33.87º37.58%64.71%-
XYZ27.0527.1616.65-
YUV142.08105.95144.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.64%
GREEN value IS 138 (54.30% from 255) = 33.99%
BLUE value IS 103 (40.62% from 255) = 25.37%
R=40.64%
G=33.99%
B=25.37%

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
Decimal16513810300.160.380.3533.8725.6252.55
HexA58A670102623221a35
Octal2452121470204643423265
Binary1010010110001010110011101000010011010001110001011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58A67; }

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

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

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

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

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

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

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

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