#A7856C

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

Shades of Sandal #A7856C

Tints of Sandal #A7856C

Color information

#A7856C (or 0xA7856C) is unknown color: approx Sandal. HEX triplet: A7, 85 and 6C. RGB value is (167,133,108). Sum of RGB (Red+Green+Blue) = 167+133+108=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 167 - color contains mainly: red. Hex color #A7856C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7856C is #587A93. Grayscale: #8C8C8C. Windows color (decimal): -5798548 or 7112103. OLE color: 7112103.

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

Color convert

RGB167133108-
CMYK00.200.350.35
HSL25.42º25.11%53.92%-
HSV(B)25.42º35.33%65.49%-
XYZ27.0326.0717.8-
YUV140.32109.76147.03-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.93%
GREEN value IS 133 (52.34% from 255) = 32.60%
BLUE value IS 108 (42.58% from 255) = 26.47%
R=40.93%
G=32.60%
B=26.47%

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
Decimal16713310800.200.350.3525.4225.1153.92
HexA7856C0142323191936
Octal2472051540244343313166
Binary101001111000010111011000101001000111000111100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7856C; }

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

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

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

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

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

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

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

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