#A5866E

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

Shades of Sandal #A5866E

Tints of Sandal #A5866E

Color information

#A5866E (or 0xA5866E) is unknown color: approx Sandal. HEX triplet: A5, 86 and 6E. RGB value is (165,134,110). Sum of RGB (Red+Green+Blue) = 165+134+110=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 165 - color contains mainly: red. Hex color #A5866E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5866E is #5A7991. Grayscale: #8C8C8C. Windows color (decimal): -5929362 or 7243429. OLE color: 7243429.

HSL color Cylindrical-coordinate representation of color #A5866E: hue angle of 26.18º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5866E is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB165134110-
CMYK00.190.330.35
HSL26.18º23.4%53.92%-
HSV(B)26.18º33.33%64.71%-
XYZ26.8626.1818.39-
YUV140.53110.77145.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.34%
GREEN value IS 134 (52.73% from 255) = 32.76%
BLUE value IS 110 (43.36% from 255) = 26.89%
R=40.34%
G=32.76%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513411000.190.330.3526.1823.453.92
HexA5866E01321231a1736
Octal2452061560234143322766
Binary101001011000011011011100100111000011000111101010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5866E; }

 p { color: rgb(165,134,110); }

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

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

 a { background-color: rgb(165,134,110); }

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

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

 span { border-color: rgb(165,134,110); }

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