#A5866B

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

Shades of Sandal #A5866B

Tints of Sandal #A5866B

Color information

#A5866B (or 0xA5866B) is unknown color: approx Sandal. HEX triplet: A5, 86 and 6B. RGB value is (165,134,107). Sum of RGB (Red+Green+Blue) = 165+134+107=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 165 - color contains mainly: red. Hex color #A5866B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5866B is #5A7994. Grayscale: #8C8C8C. Windows color (decimal): -5929365 or 7046821. OLE color: 7046821.

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

Color convert

RGB165134107-
CMYK00.190.350.35
HSL27.93º24.37%53.33%-
HSV(B)27.93º35.15%64.71%-
XYZ26.726.1117.54-
YUV140.19109.27145.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.64%
GREEN value IS 134 (52.73% from 255) = 33.00%
BLUE value IS 107 (42.19% from 255) = 26.35%
R=40.64%
G=33.00%
B=26.35%

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
Decimal16513410700.190.350.3527.9324.3753.33
HexA5866B01323231c1835
Octal2452061530234343343065
Binary101001011000011011010110100111000111000111110011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5866B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5866B; }

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

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

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

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

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

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

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

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