#A58969

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

Shades of Sandal #A58969

Tints of Sandal #A58969

Color information

#A58969 (or 0xA58969) is unknown color: approx Sandal. HEX triplet: A5, 89 and 69. RGB value is (165,137,105). Sum of RGB (Red+Green+Blue) = 165+137+105=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A58969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58969 is #5A7696. Grayscale: #8D8D8D. Windows color (decimal): -5928599 or 6916517. OLE color: 6916517.

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

Color convert

RGB165137105-
CMYK00.170.360.35
HSL32º25%52.94%-
HSV(B)32º36.36%64.71%-
XYZ27.0126.9117.14-
YUV141.72107.28144.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.54%
GREEN value IS 137 (53.91% from 255) = 33.66%
BLUE value IS 105 (41.41% from 255) = 25.80%
R=40.54%
G=33.66%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513710500.170.360.35322552.94
HexA589690112423201935
Octal2452111510214443403165
Binary1010010110001001110100101000110010010001110000011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58969; }

 p { color: rgb(165,137,105); }

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

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

 a { background-color: rgb(165,137,105); }

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

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

 span { border-color: rgb(165,137,105); }

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