#A7866C

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

Shades of Sandal #A7866C

Tints of Sandal #A7866C

Color information

#A7866C (or 0xA7866C) is unknown color: approx Sandal. HEX triplet: A7, 86 and 6C. RGB value is (167,134,108). Sum of RGB (Red+Green+Blue) = 167+134+108=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 167 - color contains mainly: red. Hex color #A7866C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7866C is #587993. Grayscale: #8D8D8D. Windows color (decimal): -5798292 or 7112359. OLE color: 7112359.

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

Color convert

RGB167134108-
CMYK00.200.350.35
HSL26.44º25.11%53.92%-
HSV(B)26.44º35.33%65.49%-
XYZ27.1726.3517.84-
YUV140.9109.43146.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.83%
GREEN value IS 134 (52.73% from 255) = 32.76%
BLUE value IS 108 (42.58% from 255) = 26.41%
R=40.83%
G=32.76%
B=26.41%

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
Decimal16713410800.200.350.3526.4425.1153.92
HexA7866C01423231a1936
Octal2472061540244343323166
Binary101001111000011011011000101001000111000111101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7866C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7866C; }

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

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

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

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

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

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

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

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