#A5876E

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

Shades of Sandal #A5876E

Tints of Sandal #A5876E

Color information

#A5876E (or 0xA5876E) is unknown color: approx Sandal. HEX triplet: A5, 87 and 6E. RGB value is (165,135,110). Sum of RGB (Red+Green+Blue) = 165+135+110=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A5876E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5876E is #5A7891. Grayscale: #8D8D8D. Windows color (decimal): -5929106 or 7243685. OLE color: 7243685.

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

Color convert

RGB165135110-
CMYK00.180.330.35
HSL27.27º23.4%53.92%-
HSV(B)27.27º33.33%64.71%-
XYZ2726.4518.43-
YUV141.12110.44145.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.24%
GREEN value IS 135 (53.12% from 255) = 32.93%
BLUE value IS 110 (43.36% from 255) = 26.83%
R=40.24%
G=32.93%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513511000.180.330.3527.2723.453.92
HexA5876E01221231b1736
Octal2452071560224143332766
Binary101001011000011111011100100101000011000111101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5876E; }

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

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

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

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

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

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

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

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