#A7866D

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

Shades of Sandal #A7866D

Tints of Sandal #A7866D

Color information

#A7866D (or 0xA7866D) is unknown color: approx Sandal. HEX triplet: A7, 86 and 6D. RGB value is (167,134,109). Sum of RGB (Red+Green+Blue) = 167+134+109=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 167 - color contains mainly: red. Hex color #A7866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7866D is #587992. Grayscale: #8D8D8D. Windows color (decimal): -5798291 or 7177895. OLE color: 7177895.

HSL color Cylindrical-coordinate representation of color #A7866D: hue angle of 25.86º degrees, saturation: 0.25, 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 #A7866D is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB167134109-
CMYK00.200.350.35
HSL25.86º24.79%54.12%-
HSV(B)25.86º34.73%65.49%-
XYZ27.2226.3718.12-
YUV141.02109.93146.53-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.73%
GREEN value IS 134 (52.73% from 255) = 32.68%
BLUE value IS 109 (42.97% from 255) = 26.59%
R=40.73%
G=32.68%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713410900.200.350.3525.8624.7954.12
HexA7866D01423231a1936
Octal2472061550244343323166
Binary101001111000011011011010101001000111000111101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7866D; }

 p { color: rgb(167,134,109); }

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

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

 a { background-color: rgb(167,134,109); }

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

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

 span { border-color: rgb(167,134,109); }

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