#A5866C

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

Shades of Sandal #A5866C

Tints of Sandal #A5866C

Color information

#A5866C (or 0xA5866C) is unknown color: approx Sandal. HEX triplet: A5, 86 and 6C. RGB value is (165,134,108). Sum of RGB (Red+Green+Blue) = 165+134+108=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A5866C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5866C is #5A7993. Grayscale: #8C8C8C. Windows color (decimal): -5929364 or 7112357. OLE color: 7112357.

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

Color convert

RGB165134108-
CMYK00.190.350.35
HSL27.37º24.05%53.53%-
HSV(B)27.37º34.55%64.71%-
XYZ26.7526.1317.82-
YUV140.3109.77145.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.54%
GREEN value IS 134 (52.73% from 255) = 32.92%
BLUE value IS 108 (42.58% from 255) = 26.54%
R=40.54%
G=32.92%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513410800.190.350.3527.3724.0553.53
HexA5866C01323231b1836
Octal2452061540234343333066
Binary101001011000011011011000100111000111000111101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5866C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5866C; }

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

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

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

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

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

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

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

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