#A58467

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

Shades of Sandal #A58467

Tints of Sandal #A58467

Color information

#A58467 (or 0xA58467) is unknown color: approx Sandal. HEX triplet: A5, 84 and 67. RGB value is (165,132,103). Sum of RGB (Red+Green+Blue) = 165+132+103=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 103 (40.62% from 255 or 25.75% from 400); Max value from RGB is 165 - color contains mainly: red. Hex color #A58467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58467 is #5A7B98. Grayscale: #8A8A8A. Windows color (decimal): -5929881 or 6784165. OLE color: 6784165.

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

Color convert

RGB165132103-
CMYK00.200.380.35
HSL28.06º25.62%52.55%-
HSV(B)28.06º37.58%64.71%-
XYZ26.2225.4816.37-
YUV138.56107.93146.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.25%
GREEN value IS 132 (51.95% from 255) = 33%
BLUE value IS 103 (40.62% from 255) = 25.75%
R=41.25%
G=33%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513210300.200.380.3528.0625.6252.55
HexA5846701426231c1a35
Octal2452041470244643343265
Binary101001011000010011001110101001001101000111110011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58467; }

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

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

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

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

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

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

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

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